J
jaslegume
The company I work with uses inline forms (static .dot files) as resources
that can be added to a working template. In this context I use the
document.add command and bring these forms into the "working" template
environment. We are now merging with another company and have to make
changes to all these references. And I am not talking about the standard
references that vb programmers are used to. I am talking about places in the
VBA code that do something like this:
document.add "\\root\formdir\form1.dot"
With the merger the form1.dot (in this case) needs to be changed to some
other name. However, there are thousands of these type of references. If
the VBA code was in a text file then this would not be an issue. But as it
is now we need to open each and every .dot to find out where these references
are. What I want to know is this. Is there a way that I can find these
references "enmass" and even change form1 as a part of these search process?
that can be added to a working template. In this context I use the
document.add command and bring these forms into the "working" template
environment. We are now merging with another company and have to make
changes to all these references. And I am not talking about the standard
references that vb programmers are used to. I am talking about places in the
VBA code that do something like this:
document.add "\\root\formdir\form1.dot"
With the merger the form1.dot (in this case) needs to be changed to some
other name. However, there are thousands of these type of references. If
the VBA code was in a text file then this would not be an issue. But as it
is now we need to open each and every .dot to find out where these references
are. What I want to know is this. Is there a way that I can find these
references "enmass" and even change form1 as a part of these search process?