Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hello, I need helps on creating a macro that will copy and paste specific range (E2:V200) from Sheet1 to Sheet 2 and so on. The script that I have does not seem to working. Please Help! Sub DoCopy() Dim szRange As String szRange = "E2:V200" Worksheets("Data").Range (szRange).Copy Destination:=Worksheets ("sheet2").Range(szRange) End Sub Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying and Pasting Rows Macro | Excel Discussion (Misc queries) | |||
Copying and pasting with macros | Excel Discussion (Misc queries) | |||
Copying Data from Access to Excel in a macro | Excel Worksheet Functions | |||
Pasting a value not a formula in a macro | Excel Discussion (Misc queries) | |||
Copying and Pasting between Workbooks | Excel Worksheet Functions |