Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In Inventor I have a macro that uses a UserForm. The userform has buttons to select the option to perform stepfile export on a single or on multiple open .ipt or .iam. Most of the times the macro runs without problems. But sometimes it has a Run-time error "7": could not find specified object. When pressing debug, the code
Set oUserform = New oUserform is marked.
Code sample:
dim oUserform as oUserform
set oUserform = New oUserform
When trying to open oUserform the System Error &H8007003B (-2147024837) appears.
Can someone help me understand this problem?
Solved! Go to Solution.