Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=====================================
Sub TimeSheets() Sheets("AAA").Range("A1:U41").Insert With ActiveWorkbook Sheets("ZZZ").Select End With With activeworksheet Range("a1:u41").Copy Sheets("AAA").Select 'Worksheets("AAA").Range("A1:U42").PasteSpecial Paste:=xlPasteValues Range("A1").PasteSpecial <============== ERROR End With End Sub ===================================== I am using the above code to copy and paste values froM another worksheet. I WANT THE FORMAT AND VALUES COPIED, which the abovew does, however, I get a "Method of 'PasteSpecial' of Object 'Range' Failed error". If i click end ALL is fine, how can i rid the code of the error alert? Corey |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PasteSpecial Error 1004? | Excel Discussion (Misc queries) | |||
PasteSpecial Method Error | Excel Discussion (Misc queries) | |||
PasteSpecial error handling | Excel Programming | |||
PasteSpecial error | Excel Programming | |||
PasteSpecial Error | Excel Programming |