So here's what I'm trying to do, sounds simple and I've done it before on other computers but there is a hang up on the one I'm using now.
I have added a combo box to an excel sheet.
I have been able to use the 'format object' option (right clicking on the cbo) to add data to the combo box through linking it to cells.
My difficulty comes when I begin coding.
The only way I've been able to associate any code with the combo box is by right clicking on it and selecting "assign macro / New..."
When I try and reference the object, using the name automatically generated when going through the assign macro process, nothing happens. It's as if the object doesn't exist.
Further more, I can't get the properties for the combo box to show up in either the excel or vb view. The only objects the programs let me see properties for are the sheets (1 through 3 initially) and the work book. No objects other than those just mentioned
show up in the project view either.
Any thoughts?
Is there some kind of a child lock type of set up which limits the changes that are able to be made to an object in excel?