Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code:
With Sheets("DirectorCopy") .Paste Why doesn't this work? Keep getting Object doesn't support property or method. I've tried: ..Cells.Paste ..Paste ..ActiveWorksheet.Paste ..Paste("A1") ..ActiveSheet.Paste Destination:=Worksheets("DirectorCopy").Range("A1" ) (which is how the help file says to do it) None of these work. what will work here? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste and Paste Special No Longer Working - Excel 2003 | Excel Discussion (Misc queries) | |||
Automating copy/paste/paste special when row references change | Excel Programming | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
Copy and Paste macro needs to paste to a changing cell reference | Excel Programming | |||
Macro to Paste to specific line, and continue to Paste each time on next row not over | Excel Programming |