Code to load *.ivb files

Code to load *.ivb files

AncientOne
Explorer Explorer
2,132 Views
1 Reply
Message 1 of 2

Code to load *.ivb files

AncientOne
Explorer
Explorer

I have seen similar inventor posts with no answers. Sorry if I have repeated.

Is there a line of code I can add to my default.ivb file which will load another MYFILE.ivb file ?

 

0 Likes
Accepted solutions (1)
2,133 Views
1 Reply
Reply (1)
Message 2 of 2

jdkriek
Advisor
Advisor
Accepted solution

Look into the VBAProjects.Open

 

ThisApplication.VBAProjects.Open "J:\PathToProject\VBProject\YourProject.ivb"
Jonathan D. Kriek
MFG Solutions Engineer
KETIV Technologies, Inc.


0 Likes