Cameraman84
New Member
- Joined
- Dec 3, 2021
- Messages
- 4
- Office Version
- 2013
- Platform
- Windows
Hello
I have a small problem...I try to auto save with VBA my sheet with name PAGE CSV but when I open the new file, the vba save the active Sheet and not the sheet with the name PAGE CSV...What I must change to my code plese?
Application.DisplayAlerts = False
Sheets("PAGE CSV").SaveAs Filename:=ThisWorkbook.Path & "\PAGE CSV.csv", FileFormat:=xlCSVUTF8, CreateBackup:=False
Thanks
John K.
I have a small problem...I try to auto save with VBA my sheet with name PAGE CSV but when I open the new file, the vba save the active Sheet and not the sheet with the name PAGE CSV...What I must change to my code plese?
Application.DisplayAlerts = False
Sheets("PAGE CSV").SaveAs Filename:=ThisWorkbook.Path & "\PAGE CSV.csv", FileFormat:=xlCSVUTF8, CreateBackup:=False
Thanks
John K.