B
BruceB
I am wondering how VBA programmers manage the code that they write, say in an
MS Project environment. How do I, for example, add a version number to a
class module that I have written so that I can see it without having to open
the module in an editor to read the change log in the module itself? I can't
just add a version number or date to the module name without then having to
change all references to that module in other forms and code modules. Is
there third-party software that helps with this sort of thing?
Also, is there a streamlined way of importing forms and code modules into a
new Project application (i.e., create a new VBA project) that brings them in
all at once, rather than having to invoke the VB editor and laboriously
import them one at a time?
MS Project environment. How do I, for example, add a version number to a
class module that I have written so that I can see it without having to open
the module in an editor to read the change log in the module itself? I can't
just add a version number or date to the module name without then having to
change all references to that module in other forms and code modules. Is
there third-party software that helps with this sort of thing?
Also, is there a streamlined way of importing forms and code modules into a
new Project application (i.e., create a new VBA project) that brings them in
all at once, rather than having to invoke the VB editor and laboriously
import them one at a time?