Hello,
Could somebody please tell me why the following code written in VFP8 does not work with Excel 2000?
xlValue = -4163
XlMultiply = 4
oExcel.Range("H6").PasteSpecial(xlValue,xlMultiply,.F.,.F.)
With the last line, I get the following error:
"Unable to get PasteSpecial property of the Range Class"
I'm trying to multiply the existing contents in cell H6 with .01 which as been copied using oExcel.Selection.Copy.
I've been looking for an answer to this problem all over the internet and am only finding people with the same problem but no answers.
Can somebody please help?
Thank You,
Jack
Could somebody please tell me why the following code written in VFP8 does not work with Excel 2000?
xlValue = -4163
XlMultiply = 4
oExcel.Range("H6").PasteSpecial(xlValue,xlMultiply,.F.,.F.)
With the last line, I get the following error:
"Unable to get PasteSpecial property of the Range Class"
I'm trying to multiply the existing contents in cell H6 with .01 which as been copied using oExcel.Selection.Copy.
I've been looking for an answer to this problem all over the internet and am only finding people with the same problem but no answers.
Can somebody please help?
Thank You,
Jack