Hello JLarkin,
It is not clear from your post what you want to do. I suspect you want to be able to retrieve, set or clear the contents of the ComboBox. Use a fully qualified reference to the ComboBox and you should not have any problems.
Example of returning text from ComboBox on Sheet1...
Text = Worksheets("Sheet1").ComboBox1.Value
Hope this helps,
Leith Ross
Bookmarks