I have an excel workbook which has several VBA forms with macros running to handle the information inserted by the user.
Everything runs well until I define the workbook as shared, allowing others to make changes to it. Once defined, one of the forms aborts with the following error:
'Run time error '1004':
Application-defined or object-defined error
I cannot debug the cause for the error on the specific form, as the project is not viewable in the shared mode.
Is there a reason why sharing a document causes this problem?
Thanks.
Everything runs well until I define the workbook as shared, allowing others to make changes to it. Once defined, one of the forms aborts with the following error:
'Run time error '1004':
Application-defined or object-defined error
I cannot debug the cause for the error on the specific form, as the project is not viewable in the shared mode.
Is there a reason why sharing a document causes this problem?
Thanks.