Thread: Referencing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Referencing

Right click the control and choose Properties from the pop-up
menu.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Paul W Smith" wrote in message
...
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