Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using Excel 2003. Is it possible for me to so save an Excel file within VBA so that it is not visible in the folder it is saved in? This is an extract of the code I have which currently saves the file: ActiveWorkbook.SaveAs Filename:="\purchases\ " & name & ".xls", _ FileFormat:=xlNormal, Password:="", WriteResPassword:="xxx", _ ReadOnlyRecommended:=False, CreateBackup:=False I know once the file has been saved I can set the file properties to hidden which works but didn't know whether or not it was possible within VBA. Thanks very much |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hiding excel | Excel Programming | |||
Hiding a button when hiding rows | Excel Discussion (Misc queries) | |||
Hiding Column Also hiding text | Excel Programming | |||
hiding a file | Excel Worksheet Functions | |||
Hiding sheets in Excel | Excel Programming |