View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Find the last row


LastRow = Cells(Rows.Count,"A").End(xlUp).Row

--
HTH

Bob Phillips

"Darin Kramer" wrote in message
...


Hi there,

I need to find the last row with data on it.... does anyone have the VB
to do so...?

Thanks and regards

D

*** Sent via Developersdex http://www.developersdex.com ***