Hi TrippyTom,

From what I am seeing the change event will not fire until the enter key or tab key is pressed and the focus is lost from the control. If you pick a command button before pressing the tab or enter key the control does not set the text property.
If you change it to a combobox it works if you select an item from the list. Even then you have to SELECT an item you can't scroll down and then select the button. I don't think this is what you are looking for though.