Does anyone knoe the numeric value of xlPasteValues?
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
It seems using late binding and using CreateObject("Excel.Application") the code doesn't like xlPasteValues.
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
It seems using late binding and using CreateObject("Excel.Application") the code doesn't like xlPasteValues.