Hi There,
Does anybody know what needs to be modified in the following Excel code, so that it can be run from Access. (I have added the xlApp. as needed)
xlApp.Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
If I just have xlApp.Selection.Paste it will run fine, however I want to paste values only.
Thanks
IC
Does anybody know what needs to be modified in the following Excel code, so that it can be run from Access. (I have added the xlApp. as needed)
xlApp.Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
If I just have xlApp.Selection.Paste it will run fine, however I want to paste values only.
Thanks
IC