Add column headings to a list view

J

John F

Excel 2000

I am filling a list view in a form with data from an oracle database.
Eveyting works fine but I am not able to add column headings. Is this
possible??

Regards,

John.
 
J

Jonathan West

John F said:
Excel 2000

I am filling a list view in a form with data from an oracle database.
Eveyting works fine but I am not able to add column headings. Is this
possible??

Regards,

John.

Hi John,

This group deals with Word VBA, not Excel. You are more likely to get an
authoritative reply from Excel experts if you re-post to
microsoft.public.excel.programming.


--
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
 
J

Jonathan West

John F said:
I have have exactly the same issue with a word macro.

So far as I am aware, there is a bug in the UserForm object model. You can
create column headings for a listbox, but there is not means by which those
headings can be populated with any text.

You'll need instead to put labels above the columns.


--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top