How can I display a table (similar to data grid) without connecting it to a data base?
N nta Jun 13, 2007 #1 How can I display a table (similar to data grid) without connecting it to a data base?
J Jonathan West Jun 13, 2007 #2 nta said: How can I display a table (similar to data grid) without connecting it to a data base? Click to expand... Do you mean in a userform? You can use a multi-column listbox. or if you know of a suitable ActiveX control that does the job, you can use that on a UserForm just as you can on a VB6 form. -- Regards Jonathan West - Word MVP www.intelligentdocuments.co.uk Please reply to the newsgroup Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
nta said: How can I display a table (similar to data grid) without connecting it to a data base? Click to expand... Do you mean in a userform? You can use a multi-column listbox. or if you know of a suitable ActiveX control that does the job, you can use that on a UserForm just as you can on a VB6 form. -- Regards Jonathan West - Word MVP www.intelligentdocuments.co.uk Please reply to the newsgroup Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org