I have vbma that gets loaded automatically when I open microstation. It's listed in the VBMA Project Manager. However, when I double click on it to run it from the VBMA project manager I get the message "VBA interface error: unable to run macro - project, module, it macro not found". Any ideas?
Thanks.
David S said:I have vbma that gets loaded automatically when I open MicroStation
Do you mean "I have a .mvba that should be loaded automatically" but is not loaded (and I can't load it manually), or do you mean "I have a .mvba that is loaded automatically" but I can't load it manually?
Presumably your VBA project worked at some point in history. What's changed?
Regards, Jon Summers LA Solutions
David S said:A colleague who still has Windows 8 has the same issue.
At what point did your macro work? Was that on Windows 7 — or, did it work on Windows 8 at some stage?
David S said:Compile error: Can't find project or library
That suggests that the macro may want to use a Windows component that was available when the .mvba was first installed but is absent from Windows 8 and Windows 10.
Hi David,
Please try the steps recommended in the posting below in the order listed to see if it helps resolve your issue.
treeview in vba form
Thank you,Bob