View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mctabish[_3_] Mctabish[_3_] is offline
external usenet poster
 
Posts: 9
Default finding the last row for a macro

I want to copy an item from on cell in worksheet3 (CO2) and then paste it in
worksheet1 (CO2) then copy this all the way down to the last row. I would
like to do this in a macro. I have tried recording this several ways, but it
is not reliable.

Also, I would like to go to the bottom row, and fill lastrow,A through
lastrow,colCN with the value of lastrow,A

How would this macro look?

Thanks
Mc