Answer question
BDM Connect System VBA
Is it possible to Connect System and Disconnect in Bulk Data Manager via VBA?
The closest the manuals I have read get to this are for the UpdateAll function:
Application.COMAddins(“LBEADDIN.CONNECT”).Object.UpdateAll
Is there something similar for connecting a system? E.G. a sub section of the control structure.
I would like to selectively search small parts of the database for Control Module elements rather than trawl through the entire control structure. It is taking hours at the moment.
It can be done manually, I would like to automate it within a macro if possible.
The closest the manuals I have read get to this are for the UpdateAll function:
Application.COMAddins(“LBEADDIN.CONNECT”).Object.UpdateAll
Is there something similar for connecting a system? E.G. a sub section of the control structure.
I would like to selectively search small parts of the database for Control Module elements rather than trawl through the entire control structure. It is taking hours at the moment.
It can be done manually, I would like to automate it within a macro if possible.