Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to get this simple code working but I get this following
error message. Run-Time error '1004': PasteSpecial Method of Range Class Failed The following is the code. L63 has a code of =SUM(L20:L50) Range("L63").Select Selection.Cut Range("S1").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Is there another "paste special - values" code that will work? Ogopogo5 *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste special values but not... | Excel Worksheet Functions | |||
Paste Special - Values | Excel Worksheet Functions | |||
paste special values | Excel Worksheet Functions | |||
Modify this code to paste special, values | Excel Programming | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming |