Hi Gurus,
In my spreadsheet I have 6 macros that do what I need. All 6 macros are running in a sequence and take a minute to complete. What I am trying to achieve here is something like a Completion Status message while user waits for all macros to complete. So I have created a modeless userform with two columns of labels on, 6 labels in each column. First (left) column of labels represent my 6 macros (tasks), and the right column labels are labeled "OK". Those "OK's" are set to visible = False, and I want those "OK's" to go visible = True (one by one) whenever each task has been completed.
How do I achieve this? All 6 macros are called by a single button click.
Any help will be much valued and appreciated!
Bookmarks