Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I test that there is something to paste so that executing this line
of code does not return an error 1004. I am not capturing anything via VBA. I am just wanting to paste what is in the clipboard. But if nothing is there I get the error. Thanks! Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
xlPasteValues | Excel Programming | |||
How to set Paste:=xlPasteValues for all paste operations? | Excel Programming | |||
Ron de Bruin - Using PasteSpecial (xlPasteValues) instead of Copy | Excel Programming | |||
Check if clipboard is empty before .PasteSpecial xlPasteValues | Excel Programming | |||
ActiveCell.PasteSpecial (xlPasteValues) hangs program | Excel Programming |