U
utnj
I created a number of standard modules that contain code for
formatting and printing various documents.
The problem is, these documents are accessed through a seperate VB
Application that adds its own code modules (disables Save, SaveAs,
etc) and appears to delete any code from the first module that I
created.
The solution I currently have is to put a bunch of comments in a
module, and add that to the project first. When the application runs,
it then deletes the code which I do not need.
But I am curious how the VB application determines which module to
delete the code from. Is this only exposed to VB? or can I read these
properties using VBA as well? I tried looking through the Object
Browser but didnt see anything other than how to set the name.
formatting and printing various documents.
The problem is, these documents are accessed through a seperate VB
Application that adds its own code modules (disables Save, SaveAs,
etc) and appears to delete any code from the first module that I
created.
The solution I currently have is to put a bunch of comments in a
module, and add that to the project first. When the application runs,
it then deletes the code which I do not need.
But I am curious how the VB application determines which module to
delete the code from. Is this only exposed to VB? or can I read these
properties using VBA as well? I tried looking through the Object
Browser but didnt see anything other than how to set the name.