Does anyone know how to logon to BPC with a macro? I am current using:
AddIns(Ev4Excel").Installed = true
'this will install the add in, and prompt the BPC message box to display
'however, when i use Application.SendKeys("~"), it will not select the "OK" msg box button
'i have tried other methods to get this to select as well and all have failed
'it seems i am on the right, track, as the first line of codes does what i want, if i could only somehow select ok on the bpc message box. any ideas?