Perhaps this should be in the MicroStation forum, but I thought I would try here first.
I'm in the process of helping a client clean up their mess of a workspace. The problem I've encountered now is they have custom menus that have command strings such as VBA RUN STDTOOL.STDTOOL These command strings are not working because they moved around their .mvba project files and their MS_VBASEARCHDIRECTORIES variables are now incorrect.
They have a few dozen .mvba files scattered about multiple folders. The names of the .mvba files give no indication of what vba run command strings they contain.
Based on just having the Module.Sub specification is there an easier way to find out from what .mvba file it is being loaded other than loading all of them in the Project Manager and manually searching each project?