Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fashing/blinking form label

Status
Not open for further replies.

aspnetuser

Technical User
Joined
Sep 9, 2004
Messages
273
Location
US
Hello.

Is it possible to loop a label flashing "p r o c e s s i n g" for the duration of a long code execute in excel vba form?

if so could i see or have the snippet?

i am not sure how to do it. my label name is lblFlashin.

thanks,
regards.
 
If you take a look here:


you will find some code to make an Excel cell blink. You could use the same method to make a control on a form appear to flash but you will need to include a 'DoEvents' in the loop.

Hope it helps

Rog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top