Through the use of Excel forms, I have created a database. This database will become a large file (thousands of rows), thus one macro which requires a look at all of the rows for comparision reasons will take a long time to run.
I'm attempting to create a loading/status message window which shows the user a macro is running. If possible I would like to add a progress bar to the message window which shows how far along the macro is currently. Basically something similar to the progress bar when installing a new program.
Does anybody know how to do this in Excel VBA?
I'm attempting to create a loading/status message window which shows the user a macro is running. If possible I would like to add a progress bar to the message window which shows how far along the macro is currently. Basically something similar to the progress bar when installing a new program.
Does anybody know how to do this in Excel VBA?