Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I end a macro by enableing the AutoFilter so I can stop and check for my
ERROR message. If there is no cell with my error value, then I proceed to the next step. It has just dawned on me that I can probably code this so that IF there is no value in any cell in B2:B700 THEN do this ELSE exit sub I tried writing ' B2:B7000 is my range; C2 is an empty cell IF (COUNTIF($B$2:$B$7000,C2)=0 THEN ' next routine ELSE Exit Sub but it keeps telling me $ is an invalid character. What am I missing? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average Formula to display blank cell if named range is blank | Excel Worksheet Functions | |||
When entering data into a range of cells, select the entire range. | Excel Discussion (Misc queries) | |||
How can you add a blank row, per every other row, on an entire | Excel Discussion (Misc queries) | |||
Easiest way to delete blank cells in column (not entire row) | Excel Discussion (Misc queries) | |||
remove blank lines from an entire spreadsheet | Excel Worksheet Functions |