Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am looking in a range of cells for non-blank cells. the range has formulas
that may equate to blank, so they're blank, not empty.=IF(J24=0,"",J24) i was looking for blank cells and this routine worked, but i don't know how to end the loop. or, if there is a better way, please let me know With ws.Range("AS23:AV" & lastrow) Set rngfound = .Find(What:="", LookIn:=xlValues) Do If rngfound Is Nothing Then Else MsgBox rngfound.Address ' code goes here Set rngfound = .FindNext(rngfound) End If Next Loop While -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
find and delete duplicate entries in two columns or find and prin. | Excel Programming | |||
find and delete text, find a 10-digit number and put it in a textbox | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming |