Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I perform a file save as in the workbook but when I do this I the original
file is no longer open. This causes me to manully reopen the original file. I would like the original file to remain open even during or after the new workbook is created. Any ideas....thank you. My current code is below: ActiveWorkbook.SaveAs Filename:="WHLS Oversight Rpt " & Format(Date, "mmddyy") & ".xls", FileFormat:=xlExcel8, _ Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _ CreateBackup:=False Application.DisplayAlerts = True Application.ScreenUpdating = True ActiveWorkbook.Close End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Background Processes in File Save versus File SaveAs | Excel Programming | |||
Changing file/open and file/saveas directories | Excel Programming | |||
Confused here Prevent Saving File - but allow ONLY File SAVEAS Met | Excel Discussion (Misc queries) | |||
How can I make File-Save , File-SaveAs Menu disabled? | Excel Programming | |||
Saveas with name of another file | Excel Programming |