displaying a table in vba word

J

Jonathan West

nta said:
How can I display a table (similar to data grid) without connecting it to
a
data base?

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
 
Top