Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to copy the contents of Sheet 2 starting at cell A2 to Cell B2
on Sheet 1 Here's what I have: Worksheets("Sheet 2").Range("A2", _ Cells(Worksheets("Sheet 2").UsedRange.Rows.Count, _ Worksheets("Sheet 2").UsedRange.Columns.Count)).Copy _ Destination:=Worksheets("Sheet 1").Range("B2") This results in Error '1004' Application Defined or Object Defined. Anythoughts on how to fix this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-time error '50290': Application-defined or object-defined erro | Excel Discussion (Misc queries) | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Range - Application Defined or Object Defined Error | Excel Programming |