C
cogent
Hello
I have a VBA program which creates scripts. Large portions of the script
are "static" so I do not want to clutter the code for writing the "variable"
part of the script with the static content (200 lines).
I thought a solution would be to have a string variable which is equal to
the static portion of the script then append it to the variable portion once
it has been created, then save out the final appended file to disk.
The static portion is 200 lines of text, however. How can I create a text
variable in VBA to "equal" the static 200 lines of text?
Many thanks in advance
W
I have a VBA program which creates scripts. Large portions of the script
are "static" so I do not want to clutter the code for writing the "variable"
part of the script with the static content (200 lines).
I thought a solution would be to have a string variable which is equal to
the static portion of the script then append it to the variable portion once
it has been created, then save out the final appended file to disk.
The static portion is 200 lines of text, however. How can I create a text
variable in VBA to "equal" the static 200 lines of text?
Many thanks in advance
W