Selecting Form Controls in Chart using VBA
Posted by Chris on November 06, 2001 7:26 AM
I have a chart with some Form controls placed on it - one of which is a drop down box (Dropdownbox15). The chart is on a sheet of its own (Chart2).
How can I select the dropdown box to manipulate it in Excel VBA?
I've tried:
Chart2.dropdownbox15.select
But it won't work - Can anyone help me!?