Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating Excel and Foxpro
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00621978
Message ID:
00622001
Views:
19

Hi Edgar

try this:
   oExcel = CreateObject("Excel.Application")
   With oExcel.ActiveSheet.Range("A1").Font
       .Name = "Times New Roman"
       .Size = 20
       .Bold = .T.
   EndWith
HTH
What is Wisdom?
Wisdom - The ability to respond to any situation according to God's Plan.
Therefore:
USE Wisdom IN Everything ORDER priority AS Knowledge
SELECT Knowledge
BROWSE FOR Understanding WHERE Wisdom=Guide

LeRoy Jackson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform