Webtest
Oct 4th, 2004, 02:32 PM
Esteemed Forum Participants and Lurkers:
I have a requirement to save a set of macro generated Excel single-sheet workbooks as SHARED workbooks. I don't have any problem at all saving the required files ... I just don't know how to set the SHARED property.
Here is what I have so far:
ActiveWorkbook.SaveAs _
fileName:=myPath & myName, _
FileFormat:=xlNormal, _
Password:="", _
WriteResPassword:="", _
ReadOnlyRecommended:=False, _
CreateBackup:=False
I tried to record a macro to save a SHARED file, but this is not allowed. The macro gets closed and does not reveal any information about saving as Shared. I of course rummaged throug my reference books and did a search on this forum, all to no avail.
Thank you for any and all comments, suggestions, and
assistance.
I have a requirement to save a set of macro generated Excel single-sheet workbooks as SHARED workbooks. I don't have any problem at all saving the required files ... I just don't know how to set the SHARED property.
Here is what I have so far:
ActiveWorkbook.SaveAs _
fileName:=myPath & myName, _
FileFormat:=xlNormal, _
Password:="", _
WriteResPassword:="", _
ReadOnlyRecommended:=False, _
CreateBackup:=False
I tried to record a macro to save a SHARED file, but this is not allowed. The macro gets closed and does not reveal any information about saving as Shared. I of course rummaged throug my reference books and did a search on this forum, all to no avail.
Thank you for any and all comments, suggestions, and
assistance.