My client had me write a macro that has lots of facets. So many that it takes a few minutes to run. I want to provide the client with a display that changes with each function that is called.

The title of the box would say, “CURRENT PROCESS” and the message would display that process being performed.

I can do this by creating a UserForm for each process but that would require me to maintain one for each process. If I create a new process I would have to create a new UserForm.

Dave Ó¿Õ