E
ExcelMonkey
I have a userform which is shown while a macro is running (Almost like a
status bar). I have set ShowModal property = False to do so. When I pull up
the form I do so with:
SummaryForm.Show
When I do so the textbox in the form does not show. Why is this? When
ShowModal = True it pulls the form up and shows the textbox, however it halts
my code which I don't want.
Thanks
EM
status bar). I have set ShowModal property = False to do so. When I pull up
the form I do so with:
SummaryForm.Show
When I do so the textbox in the form does not show. Why is this? When
ShowModal = True it pulls the form up and shows the textbox, however it halts
my code which I don't want.
Thanks
EM