G
Guest
I have put labels, text boxes and a command button on the front sheet of my
workbook instead of using a userform (Different issues there).
Label4 is supposed to update while the code is running to advise the user of
progress.
It will not update unless I step through using F8. When I step through it
works perfectly.
I know this works, because the last two updates are working using the same
code.
I have tried turning ScreenUpdating on just before or just after the update.
Nothing seems to work. I think Excel is just ignoring it the rest of the
time.
I am using:
Sheets("Instructions").Label4.Caption = "*"
Any suggesetions?
workbook instead of using a userform (Different issues there).
Label4 is supposed to update while the code is running to advise the user of
progress.
It will not update unless I step through using F8. When I step through it
works perfectly.
I know this works, because the last two updates are working using the same
code.
I have tried turning ScreenUpdating on just before or just after the update.
Nothing seems to work. I think Excel is just ignoring it the rest of the
time.
I am using:
Sheets("Instructions").Label4.Caption = "*"
Any suggesetions?