Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have hundreds of Excel files that are currently set as "shared" but I want
to remove this feature. I tried to create code to do this by recording the action of me unsharing one workbook. This produces the code: ThisWorkbook.ExclusiveAccess I then added Application.DisplayAlerts = False before the line above and Application.DisplayAlerts = True after the line above to produce the following. I did this because there is a message box that pops up when you unshare in Excel warning about various things. I wanted to skip this. Application.DisplayAlerts = False ThisWorkbook.ExclusiveAccess Application.DisplayAlerts = True When I run this I get an error though. The error is: Run-Time error '1004': Method 'ExclusiveAccess' of object '_Workbook' failed End/Debug/Help etc.... Can anyone suggest why I am getting this error message or how I can alter my code to unshare a workbook without getting an error? Many thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing a macro from a workbook | Excel Worksheet Functions | |||
How do I resolve a problem with sharing a workbook | Excel Worksheet Functions | |||
Problem Sharing Workbook | Excel Discussion (Misc queries) | |||
Problem removing hyperlinks in workbook | Excel Discussion (Misc queries) | |||
Problem executing a macro from different workbook where it is | Excel Discussion (Misc queries) |