jrice174
What program and version?
Are you trying to add this control to a form, or are you trying to add this to a spreadsheet or other type of environment?
If you are working in a customized form then you might embed an excel spreadsheet into the form. You do this by right-clicking on the toolbox of form controls, select Additional Controls, then scroll down until you find Microsoft Office Spreadsheet ##.#. A new icon will appear in your toolbox pallete. It may also be the Microsoft Flexgrid Control. The flexgrid is usually bound to a database, but I think there is a way to use it without binding. My license does not allow use of the flex grid control, so I can't help you beyond that statement. The danger of adding new fancy controls to your toolbox is that not everyone else has the right DLL or OCX files, or you might run into licensing restrictions. If everyone using your control is on the same version and same license then you should be okay.
The third option is to build your own grid of textboxes. The object you are talking about may be a user-defined active X control. VBA does not allow use of user-defined active X controls. You can get around this by creating your own grid of text boxes and writing code to edit the form and the VBA module itself. This requires the user to grant trusted access to the VBA module in the macro security settings. If you don't want to get into macros that edit VBA code then you could just hide text boxes until the user needs to see them.
-JTBorton
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]