drdave Posted June 27, 2017 Report Share Posted June 27, 2017 How do I go about initially set a string variable and have that variable value increment by one each time I run a repeat macro? (ie.) T1 for first name, T2 for the next name ect. on a list. Quote Link to comment Share on other sites More sharing options...
rberq Posted June 27, 2017 Report Share Posted June 27, 2017 Define an array variable rather than individually-named text variables. Increment an integer variable and use it as the index to the array. Quote Link to comment Share on other sites More sharing options...
drdave Posted June 27, 2017 Author Report Share Posted June 27, 2017 Thank you, I'll check it on out. Thank you for the speedy reply Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.