Some PCs can't find standard VBA libraries

Some PCs can't find standard VBA libraries

Anonymous
Not applicable
230 Views
3 Replies
Message 1 of 4

Some PCs can't find standard VBA libraries

Anonymous
Not applicable
I have written various VBA routines that all work fine on most computers but when I really need it to work some computers won't run the stuff. Certain computers error when they try and run the Mid() command saying the library isn't found. Is it the PC set-up, AutoCAD setup or something else.

This is causing me REAL problems

Jason
0 Likes
231 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Although the Mid() function is a standard vb function, this occurs when your project has a reference to a to software that is not installed on the other machines. Double check all the items under Tools/References to make sure that all users have them. Ed
0 Likes
Message 3 of 4

Anonymous
Not applicable
Also check the priority of the references. VBA
should be at the top.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
I
have written various VBA routines that all work fine on most computers but
when I really need it to work some computers won't run the stuff. Certain
computers error when they try and run the Mid() command saying the library
isn't found. Is it the PC set-up, AutoCAD setup or something else.

This is causing me REAL problems

Jason

0 Likes
Message 4 of 4

Anonymous
Not applicable
Thanks Ed!
That did the trick

Kesta
0 Likes