I'm opening an Excel Workbook using VB 6.0 and only using the application object. In the workbook, there are controls such as drop-down boxes. How can I either read the value of that dropdown control or its index? Because it sits on top of cells, using cells or a range object will not work. Thanks in advance for any help given.