Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VBA to VFP
Message
 
To
04/04/2007 06:50:17
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01211875
Message ID:
01211918
Views:
16
>Dear Sir,
>
>Please aslo translate following VBA codes into VFP
>
>ActiveSheet.Shapes("Text Box 1").Select
>Selection.ShapeRange.ZOrder msoSendToBack
>Selection.ShapeRange.ZOrder msoBringToFront
>
>And what Excel constants will be use?
>
>Please help
#define msoSendToBack   1
#define msoBringToFront 0

oExcel.ActiveSheet.Shapes("Text Box 1").Select
oExcel.Selection.ShapeRange.ZOrder(msoSendToBack)
oExcel.Selection.ShapeRange.ZOrder(msoBringToFront)
(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