Good Morning

I have another question regarding VBA for Excel...

At the top of a button_click, I am trying to get this code to fire:
-OpenForm.lblHelp.Visible = True-

The label is not dsiplayed at the beginning of the click event. It is being dsiplayed at the end of the click event. Is there some kind
of DoEvent etc...type command I need to issue after settign the label to visible?

Thanks,
EJD