View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Albert Browne Albert Browne is offline
external usenet poster
 
Posts: 9
Default open workbook for sharing

Hi,

I need to open a workbook for sharing.

I am using this code to open the workbook:

Set wb = Workbooks.Open(ActiveWorkbook.Path & "\Ongoing")

what do I need to add to the end of it to make sure it is shared?

Thanks,

Albert