Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I see if a workbook is Shared?
Is there a flag i can look at? thanks for your help jahrens |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know what kind of flag you mean but I don't think MS has documented
a way to detect whether a file is shared, short of opening it. Of course there has to be something in the file that indicates this but you probably don't want to guess. -- Jim "Jörgen Ahrens" wrote in message ... | How can I see if a workbook is Shared? | Is there a flag i can look at? | | thanks for your help | jahrens | | |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Visually, you can see [Shared] in the title bar.
In code, you could check .MultiUserEditing in VBA's help. "Jörgen Ahrens" wrote: How can I see if a workbook is Shared? Is there a flag i can look at? thanks for your help jahrens -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
shared workbook is set up is not 'shared' on network | Excel Worksheet Functions | |||
shared workbook - shared workbook options grayed out | Excel Discussion (Misc queries) | |||
Printing viewing a shared workbook on a shared drive | Excel Discussion (Misc queries) | |||
update pivot in shared shared workbook | Excel Discussion (Misc queries) | |||
Workbook Before Close Event Cancel flag not functional(?) | Excel Programming |