View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geoff Kelly Geoff Kelly is offline
external usenet poster
 
Posts: 2
Default Last used cell

I suggest using worksheet.usedrange.columns.count and usedrange.rows.count
You can then use worksheet.cells to refer to it.
Geoff
"Hawk" wrote in message
...
How do I find the last non-empty cell on a worksheet?