Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automating Excel and Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00621978
Message ID:
00622001
Vues:
17

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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform