I have a label on a form that provides various messages to the user. The label is initially hidden. I want this label to become visible after a button is clicked and the code begins to run. The only way I can get the label to become visible is if I interrupt the code with a message box. I'v tried me.refresh, me.repaint but neither worked. Any suggestions? Thanks in advance.