L
Larry
I run a macro, then I make some changes in the document, then I run a
second macro. I need a method by which the second macro will not run
unless the first macro has been run. I suppose this could be done with
a Public Function that uses a Boolean. In other words, the first macro
sets the public function to true, and then, when the second macro is
complete, it sets the Function back to false.
How is this done? Normally, when macro runs a function, the function
returns some information, which the macro then uses. But in this case
I'm wanting the macro itself to alter what's in the function, in order
for another macro to pick that up.
Thanks,
Larry
second macro. I need a method by which the second macro will not run
unless the first macro has been run. I suppose this could be done with
a Public Function that uses a Boolean. In other words, the first macro
sets the public function to true, and then, when the second macro is
complete, it sets the Function back to false.
How is this done? Normally, when macro runs a function, the function
returns some information, which the macro then uses. But in this case
I'm wanting the macro itself to alter what's in the function, in order
for another macro to pick that up.
Thanks,
Larry