Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi!
My VBA macro buttons have stopped working today. They worked fine yesterday, before MS sent me a busload of updates (14 to be exact)- among them SP3 for Office 2007.
When I press any of my buttons nothing happens, but if I open VBA editor and try Debug - Compile, I get "Compile error: Automation error" on every instance referring to any form of Inventor "Document" like "DrawingDocument", "PartDocument" etc.
Anyone else seen this?
My system is a Win 7 Ultimate 64-bit, MS Office 2007, Inventor 2012
Appreciate any feedback!!
Best regards
Ivar B Mo
Fimtech AS
Norway
Solved! Go to Solution.
Re: VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Same problem here:
AutoCad 2012, office 2007, Windows 7 64 bit Enterprise
problem after windows updates
Compile error
Re: VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I solved my issue by following the advice found here:
For Windows 7 - remember to run cmd.exe "as administrator", and then:
for 32bit Windows systems:
regsvr32 -u c:\windows\system32\mscomctl.ocx
regsvr32 c:\windows\system32\mscomctl.ocx
for 64bit Windows systems:
regsvr32 -u c:\windows\syswow64\mscomctl.ocx
regsvr32 c:\windows\syswow64\mscomctl.ocx
Fixed my problems! :-)
Re: VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I solved it one workstation uninstall en reinstalled Office 2007.
I will try this ouhter solution on the outher workstations and let you know.
Re: VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Worked for me ![]()
thanx Bether than reinstall office!
for 64bit Windows systems:
regsvr32 -u c:\windows\syswow64\mscomctl.ocx
regsvr32 c:\windows\syswow64\mscomctl.ocx
Re: VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Installing office only works temporary After the updates the problem returns.
Re: VBA error in Inventor 2012 after MS Office 2007 updates august 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Second time in two weeks I had to apply this work-around of de-registering and re-registering the OCX's... Those stupid Office-updates...![]()
Made a batch-file with the given DOS-commands so I don't have to type the commands in the DOS-prompt everytime MS Office comes with updates...
Inventor 2012 SP2, Vault 2012
HP Workstation Z220
Intel Xeon 3.4GHz
16GB RAM
Nvidia Quadro 4000
Windows 7 Professional (64bit)
