> Jonathan,
> I feel really ridiculous, but this is what i did and it did not
[quoted text clipped - 4 lines]
> you gave me above in this field....it didn't work....
> I'm really sorry, I have never used forms before!
Proceed as follows
1. insert your userform.
2. Create your combobox on the userform (call it ComboBox1 for now)
3. right-click somewhere on the form (not on the combobox) and click "View
code"
4. you will see the cursor positioned in its own line immediately below
"Private Sub UserForm_Click()". Change "UserForm_Click" to
"Userform_Initialize" (note the spelling - make sure you use the z).
5. Insert my line of code immediately after.
6. Press F5 to run the userform. Click the button on the right of the
combobox to display the dropdown list.
For more on creating UserForms, take a look here
How to create a Userform
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

Signature
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
ashley.odonnell@gmail.com - 14 Jun 2007 14:00 GMT
> > Jonathan,
> > I feel really ridiculous, but this is what i did and it did not
[quoted text clipped - 27 lines]
> Please reply to the newsgroup
> Keep your VBA code safe, sign the ClassicVB petitionwww.classicvb.org
Thank you so much Jonathan. It works beautifully!