Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to save my spreadsheet as part of my macro. The trouble is, th
worksheet already exists. How can I automatically get my sheet t overwrite? This is what I was using: [vb] ActiveWorkbook.SaveAs Filename:="C:\LEXPM1a.xls" FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _ CreateBackup:=False [/vb -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA to automatically test for file, update, overwrite | Excel Discussion (Misc queries) | |||
Automatically starting code | Excel Worksheet Functions | |||
Automatically running code | Excel Worksheet Functions | |||
Running Code Automatically | Excel Programming | |||
VBA code to automatically close file | Excel Programming |