Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE
Message
De
09/02/2001 09:40:58
 
 
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: OLE
Divers
Thread ID:
00474361
Message ID:
00474419
Vues:
16
>A colleague has an application that displays Word, thereby enabling users to enter information into a template document. Can anyone advise on how to save the document as a specific filename via OLE after the information has been entered?
>
>Regards
>
>Michelle

You create a document as a template with oWord.documents.add "c:\mydocs\mytemplate.dot" and save it as that type with oWord.documents.save. oWord would contain a reference to a word.application instance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform