#1
|
|||
|
|||
Increment a numeric value in a macro
I have a need to increment numeric value of a Macro .e.g Macro1 after certain steps are performed, how do you achieve this in VBP 8?
Here is pseudo code. 1. Perform action1. 2. Macro1 + 1 3. Perform Action 2 4. Macro1 + 1 Note: in step 4 value of Macro1 should be 2. |
|
|