Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VBA for Excel in VFP Program
Message
From
17/03/2000 13:13:51
 
 
To
17/03/2000 12:32:25
Rich Lieblich
Infosys Technologies, Inc.
Fanwood, New Jersey, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00347127
Message ID:
00347169
Views:
22
Rich,

> With ActiveSheet.PageSetup
> .TopMargin = Application.InchesToPoints(0.5)
> .BottomMargin = Application.InchesToPoints(0.5)
>End With

Try
With <b>ExcelObj.</b>ActiveSheet.PageSetup
     .TopMargin = <b>ExcelObj.</b>Application.InchesToPoints(0.5)
     .BottomMargin = <b>ExcelObj.</b>Application.InchesToPoints(0.5)
End With
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform