S
Steve Jones
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
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