ActiveX wanted

Hello,

I am an Excel and Access VBA designer. I have a need for an ActiveX control to use on my forms and I have no knowledge or compiler to create a control. I have searched for a control that meets my needs but can not find one.

I would like the control to have the appearence of a combo box when not selected, that is a small area for text and a 'down arrow' indicating that there is something the user can do to select from a list.

When clicked the control would open up a grid. Initially the grid would have A to D down the left and 1 to 4 across the top. The user should then be able to select one of the cells from the grid and the value is inserted in the 'text box' part of the control.

Does anyone know of such a control?

Would they like to design such a control?

I apologise if this is teh wrong forum, but hope that it is the right one!

Thanks,

Alan.
I have worked out a workaround by using a combobox, the mousedown event and a text box overlying the combobox.

However, a control that could be populated from a table of data and returns the value would be great.

Also a problem with my solution is that the user can not see the 'cell' that is selected before clicking so they will have to check the result. The row is highlighted, but not the 'cell'.
A.
[1415 byte] By [a9192shark] at [2007-11-19 20:09:21]