Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Huh?
Message
De
16/08/2000 09:52:06
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
Microsoft Office
Catégorie:
Excel
Titre:
Huh?
Divers
Thread ID:
00405470
Message ID:
00405470
Vues:
62
I have an excel spreadsheet with a command button on it. The logic behind the button creates a Word session and opens an existing document. When my client runs the spreadsheet he gets error #429:ActiveX Component cannot create object. The Code is below.

Private Sub CommandButton1_Click()
Dim oWordApp As Object
Set oWordApp = CreateObject("Word.Application")
Set oDoc = oWordApp.Documents.Open("cguides.doc")
oWordApp.Visible = True
End Sub


Has anyone had the same problem or know what is wrong?

Thanks

Jim
Thanks

Jim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform