I am looking for VBA code - to search a Range of cells - I want to make sure all cells in the specified Range are empty - any suggestions
Printable View
I am looking for VBA code - to search a Range of cells - I want to make sure all cells in the specified Range are empty - any suggestions
Hi
something like
Code:msgbox selection.cells.count=worksheetfunction.counta(selection)
Ahhh - never used .Counta - cool Thanks