Does anyone know of a control that I can use in Excel 97 VBA that would be like a flexgrid control.
I need a listbox or label that allows us to display data in two dimensions while in a form.
Thanks
Printable View
Does anyone know of a control that I can use in Excel 97 VBA that would be like a flexgrid control.
I need a listbox or label that allows us to display data in two dimensions while in a form.
Thanks
There is a listbox in the toolbox.. you just need to set it to 2 or 3 columns (depending on the id) ;)
Vince
Yep - found it last night.,
Thanks