Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Can someone help me in creating a macro that will copy data from sheet 1 and paste the range selected to a new worksheet? the script below works for a single worksheet only. Please Help! Public Sub CopyOne() Worksheets("Sheet1").Activate 'Range("E1:E7").Copy Range("F2:F7") End Sub Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro: Insert, copy and past data from sheet | Excel Discussion (Misc queries) | |||
error when running cut & paste macro | Excel Worksheet Functions | |||
Macro question | Excel Worksheet Functions | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions |