View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Potocki Mike Potocki is offline
external usenet poster
 
Posts: 1
Default Dynamically finding the last empty row

Hello!

I would like to find the last empty row of a spreadsheet
so I can place static information at the end for EOF
processing. The spread sheet is always changing the
number of rows so I would need to do this dynamically in
my macro. I have no problem doing it statically.

Thank you
Mike