Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Blinking text if....

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ewagz - 24 Jan 2006 14:45 GMT
Could you make a "if" formula that would use cpearson's blinking text code
when a cell's variable changed.  For instance: a2=82% (no blinking); a2=78%
(blink).  What would such a formula look like that would have an "if" and
have the "then" refer to a macro look like?

Thanks in advance to all....
Signature

EW - Analyst

Tom Ogilvy - 24 Jan 2006 15:00 GMT
Private Sub Worksheet_Calculate()
if Range("A2").Value < .80 then
  StartBlinkRoutine
else
  StopBlinkRoutine
end if
End Sub

Signature

Regards,
Tom Ogilvy

> Could you make a "if" formula that would use cpearson's blinking text code
> when a cell's variable changed.  For instance: a2=82% (no blinking); a2=78%
> (blink).  What would such a formula look like that would have an "if" and
> have the "then" refer to a macro look like?
>
> Thanks in advance to all....
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.