Hi Edy,
Yes, this is correct, I also have to do a sendkeys for the actual BP code value itself.
This is because if I just use a set the value of the edit text using oEdit.Value = .... then it will throw that error immediately. I found that the I have to emulate a click on the field to set the focus, then send the value via sendkeys, then send CTRL+Tab.
Thanks!
John