Thread: Last Cell
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
averageguy averageguy is offline
external usenet poster
 
Posts: 1
Default Last Cell

How do I return the cell that is the intersection of the last column with
the last row of a worksheet that has data. When I press F5 and check last
cell I get a cell that is beyond this intersection.
I am trying to learn VBA by combining reading a textbook with looking at
code in a macro module.