VFP 8.0 .prg performing Excel automation. In Excel macro I use
Selection.Insert Shift:= xlDown
to 'insert copied range at active cell location and move lower rows down'. In VFP I thought
.Selection.Insert (shift xlDown)
would do it, but I get <syntax error>. All assist/guidance appreciated!
zeker00
Selection.Insert Shift:= xlDown
to 'insert copied range at active cell location and move lower rows down'. In VFP I thought
.Selection.Insert (shift xlDown)
would do it, but I get <syntax error>. All assist/guidance appreciated!
zeker00