Hi,
Can any one of you please let me know how to run an userform and run other macros in background.
Eg.
Sub CmBtn_click()
call Processing_UF
--
--
'do other stuffs
--
--
unload Processing_UF
Msgbox "Process Completed"
End Sub
When I execute this macro, the Processing_Uf is keep running. But I want the Processing Userform should show And the same time other macro codes should execute its commands.
Please reply if you need any more inputs.
Thanks.!
Can any one of you please let me know how to run an userform and run other macros in background.
Eg.
Sub CmBtn_click()
call Processing_UF
--
--
'do other stuffs
--
--
unload Processing_UF
Msgbox "Process Completed"
End Sub
When I execute this macro, the Processing_Uf is keep running. But I want the Processing Userform should show And the same time other macro codes should execute its commands.
Please reply if you need any more inputs.
Thanks.!