View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Testing for empty sheet

Application.CountA(Activesheet.cells) should equal 0.

--
Regards,
Tom Ogilvy


"Stu W" wrote:

What's the easiest method to test for an empty worksheet?