Saving .xls without macro

  • Thread starter Thread starter sk8rider
  • Start date Start date
S

sk8rider

Hello,


I did a search for this issue, but I can't find anything related t
it.

This is my issue:

I have an .xlt which contains macro, at the end of the macro I save th
resulting sheets as .xls. The resulting sheets are saved with origina
macro. I wonder is there a way that I could save the file without th
macro.

I am using this code to save my file as .xls.

File_Save_Name = Sheets("Menu").Range("D6").Value & Format _(Now
"mmddyy") & ".xls"

ActiveWorkbook.SaveAs FileName:=File_Save_Name, FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False _
, CreateBackup:=False

any help would be greatly appreciated.

Thanks in advanc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top