I am using a long macro to process the steps.
However I need to inform the user the steps via window that Are taken. (ie: Step 1 of 5....)
I am using a Form to show the steps while executing Macro: MyForm.show vbModeless
Myform.Caption = "Download"
MyForm.lblmessage = "Please Wait - Step 1 of 5"
...
..
MyForm.lblmessage = "Please Wait - Step 2 of 5"
...
the only thing that the form will display blank no wording... Am I missing something ?
Please advice,
Dré
However I need to inform the user the steps via window that Are taken. (ie: Step 1 of 5....)
I am using a Form to show the steps while executing Macro: MyForm.show vbModeless
Myform.Caption = "Download"
MyForm.lblmessage = "Please Wait - Step 1 of 5"
...
..
MyForm.lblmessage = "Please Wait - Step 2 of 5"
...
the only thing that the form will display blank no wording... Am I missing something ?
Please advice,
Dré