A
Andy.defilippo
I am opening BCM accounts from my ERP system. Once the account is
open I run code in a macro that runs the line below and then modifies
some of the fields.
Set CurrentAccount = Application.ActiveExplorer.Selection(1)
Since I don't have a selected account, my code crashes. Is there
another way to determine the selected account without actually
selecting one in BCM?
My ERP code finds the matching account and displays it, nothing is
selected in BCM, that's why the code above does not work.
open I run code in a macro that runs the line below and then modifies
some of the fields.
Set CurrentAccount = Application.ActiveExplorer.Selection(1)
Since I don't have a selected account, my code crashes. Is there
another way to determine the selected account without actually
selecting one in BCM?
My ERP code finds the matching account and displays it, nothing is
selected in BCM, that's why the code above does not work.