Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pristau

  1. pristau

    Using Excel Paste Link in VFP

    Perfect! Works great; thanks, Borislav. -Peter
  2. pristau

    Using Excel Paste Link in VFP

    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...

Part and Inventory Search

Back
Top