On a worksheet called TestA, I have a combo called 'Player1'
(=EMBED("Forms.ComboBox.1",""))

How do I refer to it's properties from the change event of a control on
another page?

i.e I want to set Player1's ListFillRange property when a combobox on
another page changes.

Paul Smith