I cannot deduce how to implement Excel's Paste Link function in VFP (v.8 in this case). Recording a macro in Excel results in the following VB code (snippet):
...
Selection.Copy
Sheets("Sheet1").Select
ActiveSheet.Paste Link:=True
...
What is the VFP equivalent of .Paste...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.