View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Conrad S Conrad S is offline
external usenet poster
 
Posts: 4
Default How to use VBA to set WB to Shared Status

Try this:

ActiveWorkbook.SaveAs "C:\shared.xls", , , , , , xlShared

--
Conrad S
#Don''t forget to click "Yes" if this post was helpful!#


"MikeZz" wrote:

Hi All,
I have a macro that builds a new file based on an Accounts Receivable data
file each week.

I'm wondering how I can set the workbook Share settings from within VBA?
Or do I have to manually do it each time I create a new workbook?

Thanks,
MikeZz