PDA

Click to See Complete Forum and Search --> : Excel 97 - VBA - display data on form


TheFIDDLER
Aug 5th, 2004, 05:23 PM
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

Ecniv
Aug 6th, 2004, 05:12 AM
There is a listbox in the toolbox.. you just need to set it to 2 or 3 columns (depending on the id) ;)


Vince

TheFIDDLER
Aug 6th, 2004, 10:52 AM
Yep - found it last night.,

Thanks