May 16, 2002 #1 exiteman Programmer May 16, 2002 1 AU How do I test if an entire row in excel is emptI tried isEmpty(rng.EntireRow) but this does not work.
How do I test if an entire row in excel is emptI tried isEmpty(rng.EntireRow) but this does not work.
May 17, 2002 #2 AWithers MIS Mar 7, 2002 402 GB You could use the Excel counta function, if the value is zero then the row is empty e.g Counta(2:2) tests for any values in row 2 Andy Upvote 0 Downvote
You could use the Excel counta function, if the value is zero then the row is empty e.g Counta(2:2) tests for any values in row 2 Andy