<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353422#M97301</link>
    <description>He's referring to yet another control that is not present in the VBA&lt;BR /&gt;
toolbox. Right click on your toolbox and select 'Additional Controls'. In&lt;BR /&gt;
the resulting listbox, find and select the Microsoft Listview Control. Add&lt;BR /&gt;
one to your form and use its properties to set up your columns. Refer to the&lt;BR /&gt;
online help for more details&lt;BR /&gt;
&lt;BR /&gt;
"Jeff" &lt;JLMORAN&gt; wrote in message&lt;BR /&gt;
news:854mos$g4v3@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Tony,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I don't understand you mean.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for the help,&lt;BR /&gt;
&amp;gt; Jeff&lt;/JLMORAN&gt;</description>
    <pubDate>Fri, 07 Jan 2000 15:46:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-01-07T15:46:15Z</dc:date>
    <item>
      <title>Help with List Box Headings</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353412#M97291</link>
      <description>Could someone please help?&lt;BR /&gt;
&lt;BR /&gt;
I have a list box with 4 columns and the headings property set to true.&lt;BR /&gt;
When I run my program, the headings show up but are empty.&lt;BR /&gt;
I would like the put some heading titles and cant figure out how.&lt;BR /&gt;
&lt;BR /&gt;
The help for this process is of little help and reads:&lt;BR /&gt;
When the system uses the first row of data items as column headings, they&lt;BR /&gt;
can't be selected.&lt;BR /&gt;
I can't figure out how to use the first row of data items as column&lt;BR /&gt;
headings.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Jeff</description>
      <pubDate>Thu, 06 Jan 2000 16:06:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353412#M97291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T16:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with List Box Headings</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353413#M97292</link>
      <description>A list box or a grid?&lt;BR /&gt;
&lt;BR /&gt;
"Jeff" &lt;JLMORAN&gt; wrote in message&lt;BR /&gt;
news:852f21$9o325@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Could someone please help?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I have a list box with 4 columns and the headings property set to true.&lt;BR /&gt;
&amp;gt; When I run my program, the headings show up but are empty.&lt;BR /&gt;
&amp;gt; I would like the put some heading titles and cant figure out how.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The help for this process is of little help and reads:&lt;BR /&gt;
&amp;gt; When the system uses the first row of data items as column headings, they&lt;BR /&gt;
&amp;gt; can't be selected.&lt;BR /&gt;
&amp;gt; I can't figure out how to use the first row of data items as column&lt;BR /&gt;
&amp;gt; headings.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt; Jeff&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/JLMORAN&gt;</description>
      <pubDate>Thu, 06 Jan 2000 16:21:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353413#M97292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353414#M97293</link>
      <description>Thanks for responding Frank,&lt;BR /&gt;
&lt;BR /&gt;
It's a list box.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Jeff&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo wrote in message &amp;lt;852fl7$9o326@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt;A list box or a grid?</description>
      <pubDate>Thu, 06 Jan 2000 16:23:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353414#M97293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353415#M97294</link>
      <description>Jeff,&lt;BR /&gt;
    Check out the help files for the textcolumn property. I think that's&lt;BR /&gt;
what your looking for.&lt;BR /&gt;
-Josh&lt;BR /&gt;
&lt;BR /&gt;
Jeff wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Thanks for responding Frank,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; It's a list box.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks&lt;BR /&gt;
&amp;gt; Jeff&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Frank Oquendo wrote in message &amp;lt;852fl7$9o326@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt; &amp;gt;A list box or a grid?</description>
      <pubDate>Thu, 06 Jan 2000 18:59:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353415#M97294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T18:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with List Box Headings</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353416#M97295</link>
      <description>You may be misunderstanding the use of columns in a list box. Columns cause&lt;BR /&gt;
a list box to scroll horizontally as opposed to vertically. If you want&lt;BR /&gt;
columns that you can enter specific items into (like a record in a&lt;BR /&gt;
database), use a grid instead.&lt;BR /&gt;
&lt;BR /&gt;
"Jeff" &lt;JLMORAN&gt; wrote in message&lt;BR /&gt;
news:8532so$bq449@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Josh,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for the help, but the textcolumn sets the active column to read&lt;BR /&gt;
from.&lt;BR /&gt;
&amp;gt; I want to give the headings a name.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks&lt;BR /&gt;
&amp;gt; Jeff&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Minkwitz Design wrote in message &amp;lt;3874E628.AFA64232@xta.com&amp;gt;...&lt;BR /&gt;
&amp;gt; &amp;gt;Jeff,&lt;BR /&gt;
&amp;gt; &amp;gt;    Check out the help files for the textcolumn property. I think that's&lt;BR /&gt;
&amp;gt; &amp;gt;what your looking for.&lt;BR /&gt;
&amp;gt; &amp;gt;-Josh&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/JLMORAN&gt;</description>
      <pubDate>Thu, 06 Jan 2000 21:58:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353416#M97295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T21:58:02Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353417#M97296</link>
      <description>Josh,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help, but the textcolumn sets the active column to read from.&lt;BR /&gt;
I want to give the headings a name.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Jeff&lt;BR /&gt;
&lt;BR /&gt;
Minkwitz Design wrote in message &amp;lt;3874E628.AFA64232@xta.com&amp;gt;...&lt;BR /&gt;
&amp;gt;Jeff,&lt;BR /&gt;
&amp;gt;    Check out the help files for the textcolumn property. I think that's&lt;BR /&gt;
&amp;gt;what your looking for.&lt;BR /&gt;
&amp;gt;-Josh&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Thu, 06 Jan 2000 21:58:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353417#M97296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T21:58:36Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353418#M97297</link>
      <description>Frank,&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!&lt;BR /&gt;
You may be right that I am misunderstanding the use of columns.&lt;BR /&gt;
I'm not sure how to use a grid control. I didn't think there is one.&lt;BR /&gt;
I'm new to programming with vba.&lt;BR /&gt;
&lt;BR /&gt;
Here is a sample of the code I'm using:&lt;BR /&gt;
&lt;BR /&gt;
Private Sub UserForm_Initialize()&lt;BR /&gt;
ListBox1.ColumnCount = 3&lt;BR /&gt;
ListBox1.ColumnHeads = True&lt;BR /&gt;
&lt;BR /&gt;
ListBox1.AddItem "Row 1, Col 1"&lt;BR /&gt;
ListBox1.List(0, 1) = "Row 1, Col 2"&lt;BR /&gt;
ListBox1.List(0, 2) = "Row 1, Col 3"&lt;BR /&gt;
&lt;BR /&gt;
ListBox1.AddItem "Row 2, Col 1"&lt;BR /&gt;
ListBox1.List(1, 1) = "Row 2, Col 2"&lt;BR /&gt;
ListBox1.List(1, 2) = "Row 2, Col 3"&lt;BR /&gt;
&lt;BR /&gt;
ListBox1.AddItem "Row 3, Col 1"&lt;BR /&gt;
ListBox1.List(2, 1) = "Row 3, Col 2"&lt;BR /&gt;
ListBox1.List(2, 2) = "Row 3, Col 3"&lt;BR /&gt;
&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo wrote in message &amp;lt;8533ci$dr91@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt;You may be misunderstanding the use of columns in a list box. Columns cause&lt;BR /&gt;
&amp;gt;a list box to scroll horizontally as opposed to vertically. If you want&lt;BR /&gt;
&amp;gt;columns that you can enter specific items into (like a record in a&lt;BR /&gt;
&amp;gt;database), use a grid instead.&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Thu, 06 Jan 2000 22:22:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353418#M97297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T22:22:55Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353419#M97298</link>
      <description>I must have missed the VBA part. You are correct, there is no grid available&lt;BR /&gt;
in stock VBA.&lt;BR /&gt;
&lt;BR /&gt;
"Jeff" &lt;JLMORAN&gt; wrote in message&lt;BR /&gt;
news:8534ab$drd5@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Frank,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks again!&lt;BR /&gt;
&amp;gt; You may be right that I am misunderstanding the use of columns.&lt;BR /&gt;
&amp;gt; I'm not sure how to use a grid control. I didn't think there is one.&lt;BR /&gt;
&amp;gt; I'm new to programming with vba.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Here is a sample of the code I'm using:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Private Sub UserForm_Initialize()&lt;BR /&gt;
&amp;gt; ListBox1.ColumnCount = 3&lt;BR /&gt;
&amp;gt; ListBox1.ColumnHeads = True&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ListBox1.AddItem "Row 1, Col 1"&lt;BR /&gt;
&amp;gt; ListBox1.List(0, 1) = "Row 1, Col 2"&lt;BR /&gt;
&amp;gt; ListBox1.List(0, 2) = "Row 1, Col 3"&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ListBox1.AddItem "Row 2, Col 1"&lt;BR /&gt;
&amp;gt; ListBox1.List(1, 1) = "Row 2, Col 2"&lt;BR /&gt;
&amp;gt; ListBox1.List(1, 2) = "Row 2, Col 3"&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ListBox1.AddItem "Row 3, Col 1"&lt;BR /&gt;
&amp;gt; ListBox1.List(2, 1) = "Row 3, Col 2"&lt;BR /&gt;
&amp;gt; ListBox1.List(2, 2) = "Row 3, Col 3"&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; End Sub&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Frank Oquendo wrote in message &amp;lt;8533ci$dr91@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt; &amp;gt;You may be misunderstanding the use of columns in a list box. Columns&lt;BR /&gt;
cause&lt;BR /&gt;
&amp;gt; &amp;gt;a list box to scroll horizontally as opposed to vertically. If you want&lt;BR /&gt;
&amp;gt; &amp;gt;columns that you can enter specific items into (like a record in a&lt;BR /&gt;
&amp;gt; &amp;gt;database), use a grid instead.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/JLMORAN&gt;</description>
      <pubDate>Thu, 06 Jan 2000 22:33:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353419#M97298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T22:33:43Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353420#M97299</link>
      <description>Jeff - Have yuo considered using a LISTVIEW in report mode instead?&lt;BR /&gt;
&lt;BR /&gt;
Jeff wrote:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Frank,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks again!&lt;BR /&gt;
&amp;gt; You may be right that I am misunderstanding the use of columns.&lt;BR /&gt;
&amp;gt; I'm not sure how to use a grid control. I didn't think there is one.&lt;BR /&gt;
&amp;gt; I'm new to programming with vba.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Here is a sample of the code I'm using:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Private Sub UserForm_Initialize()&lt;BR /&gt;
&amp;gt; ListBox1.ColumnCount = 3&lt;BR /&gt;
&amp;gt; ListBox1.ColumnHeads = True&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; ListBox1.AddItem "Row 1, Col 1"&lt;BR /&gt;
&amp;gt; ListBox1.List(0, 1) = "Row 1, Col 2"&lt;BR /&gt;
&amp;gt; ListBox1.List(0, 2) = "Row 1, Col 3"&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; ListBox1.AddItem "Row 2, Col 1"&lt;BR /&gt;
&amp;gt; ListBox1.List(1, 1) = "Row 2, Col 2"&lt;BR /&gt;
&amp;gt; ListBox1.List(1, 2) = "Row 2, Col 3"&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; ListBox1.AddItem "Row 3, Col 1"&lt;BR /&gt;
&amp;gt; ListBox1.List(2, 1) = "Row 3, Col 2"&lt;BR /&gt;
&amp;gt; ListBox1.List(2, 2) = "Row 3, Col 3"&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; End Sub&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Frank Oquendo wrote in message &amp;lt;8533ci$dr91@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt; &amp;gt;You may be misunderstanding the use of columns in a list box. Columns cause&lt;BR /&gt;
&amp;gt; &amp;gt;a list box to scroll horizontally as opposed to vertically. If you want&lt;BR /&gt;
&amp;gt; &amp;gt;columns that you can enter specific items into (like a record in a&lt;BR /&gt;
&amp;gt; &amp;gt;database), use a grid instead.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
/*********************************************************/&lt;BR /&gt;
/*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
/* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
/* ----------------------------------------------------- */&lt;BR /&gt;
/*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
/*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
/*********************************************************/</description>
      <pubDate>Thu, 06 Jan 2000 22:58:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353420#M97299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-06T22:58:23Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353421#M97300</link>
      <description>Tony,&lt;BR /&gt;
&lt;BR /&gt;
I don't understand you mean.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help,&lt;BR /&gt;
Jeff&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo wrote in message &amp;lt;38751E0F.79A41900@worldnet.att.net&amp;gt;...&lt;BR /&gt;
&amp;gt;Jeff - Have yuo considered using a LISTVIEW in report mode instead?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Jeff wrote:&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; Frank,&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; Thanks again!&lt;BR /&gt;
&amp;gt;&amp;gt; You may be right that I am misunderstanding the use of columns.&lt;BR /&gt;
&amp;gt;&amp;gt; I'm not sure how to use a grid control. I didn't think there is one.&lt;BR /&gt;
&amp;gt;&amp;gt; I'm new to programming with vba.&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; Here is a sample of the code I'm using:&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; Private Sub UserForm_Initialize()&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.ColumnCount = 3&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.ColumnHeads = True&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.AddItem "Row 1, Col 1"&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.List(0, 1) = "Row 1, Col 2"&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.List(0, 2) = "Row 1, Col 3"&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.AddItem "Row 2, Col 1"&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.List(1, 1) = "Row 2, Col 2"&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.List(1, 2) = "Row 2, Col 3"&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.AddItem "Row 3, Col 1"&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.List(2, 1) = "Row 3, Col 2"&lt;BR /&gt;
&amp;gt;&amp;gt; ListBox1.List(2, 2) = "Row 3, Col 3"&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt; End Sub&lt;BR /&gt;
&amp;gt;&amp;gt;</description>
      <pubDate>Fri, 07 Jan 2000 12:43:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353421#M97300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-07T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353422#M97301</link>
      <description>He's referring to yet another control that is not present in the VBA&lt;BR /&gt;
toolbox. Right click on your toolbox and select 'Additional Controls'. In&lt;BR /&gt;
the resulting listbox, find and select the Microsoft Listview Control. Add&lt;BR /&gt;
one to your form and use its properties to set up your columns. Refer to the&lt;BR /&gt;
online help for more details&lt;BR /&gt;
&lt;BR /&gt;
"Jeff" &lt;JLMORAN&gt; wrote in message&lt;BR /&gt;
news:854mos$g4v3@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Tony,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I don't understand you mean.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for the help,&lt;BR /&gt;
&amp;gt; Jeff&lt;/JLMORAN&gt;</description>
      <pubDate>Fri, 07 Jan 2000 15:46:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353422#M97301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-07T15:46:15Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353423#M97302</link>
      <description>Frank,&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for your help and patients.  I think the Listview&lt;BR /&gt;
Control is exactly what I need and more, Much more. With some of the other&lt;BR /&gt;
properties of this control, I think I'll save several lines of code in other&lt;BR /&gt;
areas of my program.&lt;BR /&gt;
&lt;BR /&gt;
The one last question I have is how do you find help online for this item. I&lt;BR /&gt;
looked at both Microsoft Visual Basic Site and Autodesk Web Site.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
Jeff&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo wrote in message &amp;lt;8551vj$g4s27@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt;He's referring to yet another control that is not present in the VBA&lt;BR /&gt;
&amp;gt;toolbox. Right click on your toolbox and select 'Additional Controls'. In&lt;BR /&gt;
&amp;gt;the resulting listbox, find and select the Microsoft Listview Control. Add&lt;BR /&gt;
&amp;gt;one to your form and use its properties to set up your columns. Refer to&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt;online help for more details&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Sat, 08 Jan 2000 14:14:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353423#M97302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-08T14:14:39Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353424#M97303</link>
      <description>Typically, you can select the actual control on your UserForm and press F1.&lt;BR /&gt;
Also, be sure to use the Object Explorer extensively. Press F2.&lt;BR /&gt;
&lt;BR /&gt;
Jeff &lt;JLMORAN&gt; wrote in message&lt;BR /&gt;
news:857gev$mt52@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Frank,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank you very much for your help and patients.  I think the Listview&lt;BR /&gt;
&amp;gt; Control is exactly what I need and more, Much more. With some of the other&lt;BR /&gt;
&amp;gt; properties of this control, I think I'll save several lines of code in&lt;BR /&gt;
other&lt;BR /&gt;
&amp;gt; areas of my program.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The one last question I have is how do you find help online for this item.&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; looked at both Microsoft Visual Basic Site and Autodesk Web Site.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks again,&lt;BR /&gt;
&amp;gt; Jeff&lt;/JLMORAN&gt;</description>
      <pubDate>Sat, 08 Jan 2000 18:57:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/help-with-list-box-headings/m-p/353424#M97303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-01-08T18:57:37Z</dc:date>
    </item>
  </channel>
</rss>

