Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See you other thread
-- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "chaves" wrote in message ... I have code that kicks off when a worksheet is activated: Private Sub Worksheet_Activate() For Each c In ActiveSheet.UsedRange If c.Value < "" Then CheckValue End If Next End Sub This works, but takes a few minutes to run, even though there are only rougly 200 cells with values (the CheckValue sub is tiny) - any suggestions how to speed this up? Thank you all! Andrew |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to find equal values with blank cells | Excel Discussion (Misc queries) | |||
find range of non-blank cells in colum | Excel Programming | |||
How do I find cells that being with a blank? | Excel Discussion (Misc queries) | |||
Find and Delete Blank Cells Formatted as Text | Excel Programming | |||
Find blank cells and calculate sums | Excel Programming |