Hi,
I've created a macro in Excel that uses the find function, here is the code it produces:
Cells.Find(What:="Saunders", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False, SearchFormat:=False).Activate
How can I translate this to VFP code for automation purposes? I have included the Excel header file, and can open the worksheet fine, no problems. Any help is much appreciated.
Jim Worley
jim@aits-uk.net
I've created a macro in Excel that uses the find function, here is the code it produces:
Cells.Find(What:="Saunders", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False, SearchFormat:=False).Activate
How can I translate this to VFP code for automation purposes? I have included the Excel header file, and can open the worksheet fine, no problems. Any help is much appreciated.
Jim Worley
jim@aits-uk.net