Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Disable Sharing mode in VBA

What Workbook properties need to be changed to disable Sharing when a
workbook is opened.

Thanks,

keith


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Disable Sharing mode in VBA

If ActiveWorkbook.MultiUserEditing Then
ActiveWorkbook.ExclusiveAccess
End If


--
Jim
"keithb" wrote in message
...
| What Workbook properties need to be changed to disable Sharing when a
| workbook is opened.
|
| Thanks,
|
| keith
|
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to disable automatic full screen mode? Paul Kraemer Excel Discussion (Misc queries) 1 February 5th 10 05:49 PM
How do I disable sharing on Excel document? Mike M Excel Discussion (Misc queries) 2 December 31st 09 06:31 AM
disable Compatibility Mode in Vista for Excell bad vista Excel Discussion (Misc queries) 1 August 18th 08 06:38 PM
Urgent!!! Disable Sharing (File on FTP) FARAZ QURESHI Excel Discussion (Misc queries) 1 May 12th 07 10:21 AM
Disable right mouse click when in Full screen mode clayton Excel Discussion (Misc queries) 2 March 22nd 06 02:53 AM


All times are GMT +1. The time now is 08:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"