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
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
xl2007 - Windows 7
xl hates the 255 number
Hi
something like
Code:msgbox selection.cells.count=worksheetfunction.counta(selection)
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Ahhh - never used .Counta - cool Thanks
xl2007 - Windows 7
xl hates the 255 number
Bookmarks