M
Mark L
If I have VBA code in a Word document which is using a module, some forms and
ThisDocument (ie Document_Open and Document_Close), where should I declare
Public variables so that they are accessible to the whole thing? In the past
I would have declared such variables in the Module declarations, but I think
these are not being made available to the ThisDocumant section of the code.
Thank you for any help you can give me.
ThisDocument (ie Document_Open and Document_Close), where should I declare
Public variables so that they are accessible to the whole thing? In the past
I would have declared such variables in the Module declarations, but I think
these are not being made available to the ThisDocumant section of the code.
Thank you for any help you can give me.