Problem with vl-vbaload...

Problem with vl-vbaload...

Anonymous
Not applicable
257 Views
2 Replies
Message 1 of 3

Problem with vl-vbaload...

Anonymous
Not applicable
I have successfully implimented (vl-vbaload "myproj") into my s::startup in a particular .mnl file.....at least on my workstation.

An error is returned on all other workstations that says "problem loading" the vba project. I tried adding (vl-load-com) just before the vl-vbaload command, but it didn't make a difference.....

I'm missing something.....someone toss me a bone, please!!

TIA,
Rich
0 Likes
258 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
If you just have the file name "myproj" and not the full path, the acad probably can't find it. Add the file's folder to the support path. -- ---- Ed ---- "SteelDetailer" wrote in message news:15414908.1080168596470.JavaMail.jive@jiveforum1.autodesk.com... > I have successfully implimented (vl-vbaload "myproj") into my s::startup in a particular .mnl file.....at least on my workstation. > > An error is returned on all other workstations that says "problem loading" the vba project. I tried adding (vl-load-com) just before the vl-vbaload command, but it didn't make a difference..... > > I'm missing something.....someone toss me a bone, please!! > > TIA, > Rich
0 Likes
Message 3 of 3

Anonymous
Not applicable
"myproj" is already in one of the support paths.

Are the support paths set before or after s::startup?
Message was edited by: SteelDetailer
0 Likes