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.
Suggestions on how to track this down?
Thanks!
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!