Is there a way to make the text blink on and off using Excel VB?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to highlight various anomalies in text field content, by making the
text in them blink (disappear/reappear programatically).

Can it be done?
 
Help! When I use this macro it stops working if I protect the worksheet. This
message comes up: "Unable to set the color index property of the font class."
Is there a way around this?
 
You need to unprotect the sheet or protect it with the UserInterfaceOnly
setting as True:


Worksheets("Sheet1").Protect Password:="MyPassword", UserInterfaceOnly:=True


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 
Hi !! Did as suggested in the link below .
When i try to close the worksheet , it gives me an error : -
Compile Error. "Startblink" Sub or Function Not Defined.
If you could pls help me thru this .
rgds
Sk.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top