ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Checking iorAll blank cells in a column. (https://www.excelbanter.com/excel-programming/333298-checking-iorall-blank-cells-column.html)

Mikey

Checking iorAll blank cells in a column.
 

--
Mickey

Tom Ogilvy

Checking iorAll blank cells in a column.
 
Dim rng as Range, cell as Range
On Error Resume Next
set rng = Columns(5).SpecialCells(xlBlanks)
On Error goto 0
if not rng is nothing then
for each cell in rng
mycheck(cell)
Next
end if


"Mikey" wrote in message
...

--
Mickey





All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com