View Single Post
 
Old 12-15-2024, 03:34 PM
DavidPaul DavidPaul is offline Windows 11 Office 2013
Novice
 
Join Date: Oct 2023
Posts: 9
DavidPaul is on a distinguished road
Default Are all cells in the column empty

I want code that checks whether all cells in a specified column are empty. I currently do it by looping and checking each cell individually, but this is very slow, so I'm looking for a more efficient solution.

The main problem seems to be that Column doesn't have a Range property.

Any ideas for a workaround? Thanks in advance.
Reply With Quote