Use the macro and Inventor a the same time

Use the macro and Inventor a the same time

Anonymous
Not applicable
391 Views
2 Replies
Message 1 of 3

Use the macro and Inventor a the same time

Anonymous
Not applicable

Hello,

 

I'm working on an automatisation project, and I'm developping in VBA. The problem is that when I launch my Userform, I can't click on Inventor at the same time... I have to close up the userform. It is quiet embarrassing because the userform is helping to get some constraint (for an assembly). I have to select faces before running the macro...

 

So, if anyone knows how can I get Inventor and userform at the same time, it would be great!

 

Thanks!

0 Likes
Accepted solutions (1)
392 Views
2 Replies
Replies (2)
Message 2 of 3

bradeneuropeArthur
Mentor
Mentor
Accepted solution

use a modeless form!

 

Like

 

UserForm1.Show (False)

 

Regards,

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 3 of 3

Anonymous
Not applicable

It works great!

 

Thanks a lot

0 Likes