Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am just learning excel VBA so all suggestions are greatly appreciated. Goal... User selects a range of cells from the active sheet (any range not "A1:E1" as below). The selected range is then pasted on the "Red" sheet in the next available empty row (no A1 as below). I have recorded the macro below with the hope of modifying it to accomplish the above. I have stumped myself before getting out of the starting blocks. Sub Macro2() Range("A1:E1").Select Selection.Copy Sheets("Red").Select Range("A1").Select ActiveSheet.Paste End Sub -- Thank-you and all suggestions are appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Real Newbie newbie question | New Users to Excel | |||
help for an excel newbie | Excel Worksheet Functions | |||
Please help an Excel Newbie! | New Users to Excel | |||
Newbie Excel User Needs Help! | Excel Programming | |||
Newbie help...VBA w/ Excel | Excel Programming |