View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brendan Vassallo Brendan Vassallo is offline
external usenet poster
 
Posts: 11
Default Shared Workbook UserForms

Hi All,

I have a Shared Workbook that contains macros. Some of these macros use
UserForms. On one of the UserForms there is a button that I want disabled
unless the Workbook is not shared as I go in every morning to make a back up
and update the Pivot Tables. I have set the button to "Enabled = False" when
the UserForm is initialised but do not know how to get the macro to test to
see if the Workbook is shared so that if this is false I can enable the
button.

Can anyone help?

Brendan Vassallo