ThrottleWorks
Excel Ninja
Hi,
I am running a macro.
I have created an User Form in the macro.
This user form is used as a information purpose (please wait, macro running).
My problem is, when I activate the userform, the code stops working there.
I have to close the user form manually to run the macro.
Is there a way, where the user form will be visible on the screen & at the same time code will run.
Can anyone please help me in this.
I am running a macro.
I have created an User Form in the macro.
This user form is used as a information purpose (please wait, macro running).
Code:
Dim LR As Range
MyForm.Show
Application.ScreenUpdating = False
Sheets("database").Select
My problem is, when I activate the userform, the code stops working there.
I have to close the user form manually to run the macro.
Is there a way, where the user form will be visible on the screen & at the same time code will run.
Can anyone please help me in this.