Shared Workbook Marcro's

Snowman58

New Member
Joined
May 13, 2014
Messages
16
I have a project that Must be Shared according to the customer.

I re-wrote the project to eliminate changing protections, shut off all the error trapping etc. to address the limitations of sharing.

The top sheet has a set of buttons to call up various data entry sheets, however as soon as I turn on sharing none of the buttons respond. No error messages, just no response. Works fine with sharing turned off.

Here is an example of the button code that does not respond.

Code:
Private Sub CommandButton1_Click()  ' Show AWSO 1
    OpenSheet "AWSO1", "D1"
End Sub

Suggestions on how to track this down?

Thanks!
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
It seems that ActiveX controls are disabled in a shared workbook in Excel 2010. Have you tried a Form Controls CommandButton?
 
Upvote 0
Correction - Seems to be working when Shared only applies to 2003.

Still does not work in 2010 if Shared, (works fine if NOT Shared). All trust center security is shut off/trusted/etc.

Not even a simple button response macro shown in first post above.

Really would appreciate any guidance on this!
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,326
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top