Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Huh?
Message
From
16/08/2000 09:52:06
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
All
General information
Forum:
Microsoft Office
Category:
Excel
Title:
Huh?
Miscellaneous
Thread ID:
00405470
Message ID:
00405470
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform