Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm trying to write some code so as that I can copy the last row in a sheet. Each day a new row is added so I need it to find the new row each day. I have written the below however although it keeps copying row 46 and not the last one! Any thoughts?? Sheets("Sheet1").Select Range("A1").Select Selection.End(xlDown).Select Range("B46:M46").Select Selection.Copy -- James. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro that does a find and then find next | Excel Programming | |||
Find & Replace and Find & Insert macro help needed | Excel Programming | |||
Get Macro warning, but can't find Macro | Excel Worksheet Functions | |||
change error message when no more for "find" in macro to find | Excel Programming | |||
I need to find a macro to find data cut and paste to another colu. | Excel Programming |