Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel replace function
Message
 
To
16/02/2006 13:26:28
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01096827
Message ID:
01096838
Views:
30
This message has been marked as the solution to the initial question of the thread.
Jeana,
Go to macro editor in Excel, Mark replace and press F1 the help for Replace will appear, check how the parameters are positioned in that function and position it the same way in VFP. Do not use named parameters, VFP could not understand them.
** Here what Excel Help said about replace
expression.Replace(What, Replacement, LookAt, SearchOrder, MatchCase, MatchByte, SearchFormat, ReplaceFormat)
** so you must do something like:

#define xlByRows 1
#define xlPart   2

oExcel.Cells.Replace([$null], [0], xlPart, xlByRows, .f., , .f., .f.)
Something like this, but not tested
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform