LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Find all non-blank cells

That helps - thanks - and sorry for the double post!


"Ron de Bruin" wrote:

You can try specialcells

Record a macro when you do this

Select the range
F5
Special
Constants
OK



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"chaves" wrote in message ...
I have the following code to cycle through a worksheet and find all non-blank
cells

For Each c In ActiveSheet.UsedRange
If c.Value < "" Then
CheckValue
End If
Next

This works, but takes a few minutes - even though there are only roughly 200
non-blank cells.

Any suggestions on how to speed this up? (I also tried "for each c in cells")

Thanks!

Andrew


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find all non blank cells Ron de Bruin Excel Programming 0 April 27th 07 08:57 PM
Formula to find equal values with blank cells hilltop55 Excel Discussion (Misc queries) 5 March 22nd 07 09:12 PM
find range of non-blank cells in colum DJS Excel Programming 3 June 26th 06 10:27 PM
How do I find cells that being with a blank? bvinternet Excel Discussion (Misc queries) 3 July 23rd 05 09:25 PM
Find blank cells and calculate sums AlisonB Excel Programming 5 December 2nd 03 05:15 PM


All times are GMT +1. The time now is 07:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"