View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
T2B T2B is offline
external usenet poster
 
Posts: 3
Default Row and column count last occupied cells in range

In VBA for a named range, I need to return:

row count, last occupied cell
column count, last occupied cell

Thanks.