Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2007.
Bog standard code, below produces "Real Time Error '1004' PasteSpecial method of Range class failed." Any ideas on what could cause this ? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry forgot to enter code:
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False "Wes_A" wrote: Excel 2007. Bog standard code, below produces "Real Time Error '1004' PasteSpecial method of Range class failed." Any ideas on what could cause this ? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you copy anything; ....try the below
Range("A1:A10").Copy Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False Application.CutCopyMode = False -- Jacob (MVP - Excel) "Wes_A" wrote: Sorry forgot to enter code: Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False "Wes_A" wrote: Excel 2007. Bog standard code, below produces "Real Time Error '1004' PasteSpecial method of Range class failed." Any ideas on what could cause this ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PasteSpecial Error | Excel Programming | |||
Error on pastespecial | Excel Programming | |||
Error in PasteSpecial ? | Excel Programming | |||
PasteSpecial error | Excel Programming | |||
PasteSpecial Error | Excel Programming |