Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3022

Re: VBA Save BEx workbook to pure Excel file after removing BEx references

$
0
0

Dear Denis,

 

You can refer the below code to achieve this.

 

 

    Sheets("Sheet1").Select           

    Sheets("Sheet1").Copy

    ChDir "C:\Users\TEMP\Desktop"

    ActiveWorkbook.SaveAs Filename:="C:\Users\TEST\Desktop\TEST1.xlsx", _

        FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False

 

 

 

Change the Sheet name which you wanted to save it seperately and then specify the path & filename with extension(in the format you want to save).

 

Thanks

Vijayendra


Viewing all articles
Browse latest Browse all 3022

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>