Hi All!,
Can you please help me with below situation?
I have written some VBA codes and running them for the same kind of activities on some fixed integer values, for example ---> 45, 90, 91, 92, 93, 94, 95, 95, 96, 100.
I am able to run For...Next loop from 90 to 96, but unable to cover the other numbers like 45 and 100 with it, so I have to write & run the same codes separately for these two.
I felt that Array can handle this situation, so tired to google, but not got the success.
Below are the codes in two methods for example:
Thanks in advance!
Bookmarks