Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Need some assistance. I found code here where I can create a shared excel
workbook and also unshare it. But when I try to unshare it, there is a dialog box, prompting user to select yes or no to unshare book. Is there a way that I can not have that dialog box and automatically unshare it. thanks here is the code that I have: If ActiveWorkbook.MultiUserEditing Then ActiveWorkbook.ExclusiveAccess End If If Not ActiveWorkbook.MultiUserEditing Then ActiveWorkbook.SaveAs Filename:=ActiveWorkbook.FullName, _ accessMode:=xlShared End If |
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) | |||
who done it in a shared workbook | Excel Worksheet Functions | |||
update pivot in shared shared workbook | Excel Discussion (Misc queries) |