Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I turned on the macro recorder on the current spreadsheet and called up
another spreadsheet, selected All, and pasted to the current spreadsheet successfully. When I played back the macro, I got this message: Select Method of Range Class failed: The code is listed below and the error occured at Cells.Select: ChDir "T:\ArchivePandL's" Workbooks.Open Filename:="T:\ArchivePandL's\PL09-05.xls", UpdateLinks:=0 Selection.Copy Windows("BchPerAuto1.xls").Activate ActiveWindow.ScrollWorkbookTabs Position:=xlLast Sheets("Monthly").Select Cells.Select Range("E1").Activate Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting part of a Spreadsheet into the Current Spreadsheet | Excel Discussion (Misc queries) | |||
Macro to copy and append spreadsheet changes to new spreadsheet | Excel Discussion (Misc queries) | |||
How do I copy spreadsheet data as shown to another spreadsheet? | Excel Discussion (Misc queries) | |||
In Excel I want to copy text from spreadsheet to spreadsheet | Excel Worksheet Functions | |||
How to open another Excel spreadsheet to copy data into current spreadsheet ? | Excel Programming |