Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Shared is an attribute of the workbook so you do not need to specify
anything. You just need to save the book as a shared book. Note that sharing is a type of protection and that Macro's and shared workbooks don't get along. Some things work. Lots of things don't. There will be lots of trial and error to get the code to work and you will not be able to get a lot of help from this forum becuase most of the folks around here avoid shared workbooks as they are more trouble than they are worth in most circumsatances. -- HTH... Jim Thomlinson "Albert Browne" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SHARING WORKBOOK | Excel Worksheet Functions | |||
Open a specific workbook...find value from other open workbook and then insert cells values in cell next to it. | Excel Programming | |||
Sharing a workbook | Excel Worksheet Functions | |||
Sharing variable values between open workbooks? | Excel Programming | |||
Sharing a workbook | Excel Programming |