Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4331

Printing Accounting Variables in VBA

$
0
0

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


Viewing all articles
Browse latest Browse all 4331

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>