![]() |
Checking iorAll blank cells in a column.
-- Mickey |
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