how to make my text in e8 flash red
how to make my text in e8 flash red
Does it need to flash (you will need VBA code for that) or it's enough to become red (you just need Conditional formatting for that)?
Never use Merged Cells in Excel
Hi Laduk..
Didn't get what you want. Can you elaborate?
Click *, if my suggestion helps you. Have a good day!!
Yes would like it to flash red and white or visible / not visible
Thanks
Last edited by laduk; 01-04-2013 at 09:22 AM.
as an option
![]()
Sub Button1_Click() Range("H6:M6").Interior.Color = 255 'change rng for yr needs x = Timer While Timer - x < 0.4 Wend Range("H6:M6").Interior.Pattern = xlNone x = Timer While Timer - x < 0.4 Wend Range("H6:M6").Interior.Color = 255 x = Timer While Timer - x < 0.4 Wend Range("H6:M6").Interior.Pattern = xlNone x = Timer While Timer - x < 0.4 Wend Range("H6:M6").Interior.Color = 255 End Sub
Regards, John55
If you have issues with Code I've provided, I appreciate your feedback.
In the event Code provided resolves your issue, please mark your Thread as SOLVED.
If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.
...enjoy -funny parrots-
Be aware that blinking text can cause seizures in epileptic patients
thanks alot cheers
here.. continuously flashing cell (but I don't recomand this solution)
Edit: Save before closing workbook
Last edited by zbor; 01-04-2013 at 10:36 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks