O
OM
I need to write a macro that when invoked will write some text + a
number.
The number needs to be increased each time the macro is executed.
I can program very well... but have never done VB and couldn't figure
out how to this.
The help files weren't much help.
So... I will start off with something like:
Just some ordinary text
Second line
Third line
This is to be turned into:
var1 = Just some ordinary text
var2 = Second line
var3 = Third line
(The whole thing is for programming variables for another system...
but... that's another story!)
Any help would be appreciated.
Thanks.
OM
number.
The number needs to be increased each time the macro is executed.
I can program very well... but have never done VB and couldn't figure
out how to this.
The help files weren't much help.
So... I will start off with something like:
Just some ordinary text
Second line
Third line
This is to be turned into:
var1 = Just some ordinary text
var2 = Second line
var3 = Third line
(The whole thing is for programming variables for another system...
but... that's another story!)
Any help would be appreciated.
Thanks.
OM