Hi everyone,
I have a VBA macro which uses Microstation's printing accounting variables.
This macro has been working for years with no issues. I recently tested it in Microstation SELECT Series 4 and
it seems like the variables are undefined or inaccessible from within VBA. Here is the code snippet:
If (ActiveWorkspace.IsConfigurationVariableDefined("MS_PLTOUT")) Then pltName = ActiveWorkspace.ConfigurationVariableValue("MS_PLTOUT") MsgBox pltName, vbInformation End If
Any suggestions?
Regards,
Benzi