Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.word.newusers
lkgoldie lkgoldie is offline
external usenet poster
 
Posts: 3
Default How do I populate my combobox - I know...it's been asked.

I have reviewed other posts that mirror my hicup but I just don't seem to be
getting it!

I am using the following (as a general example)

Private Sub UserForm_Initialize()
' set up the combo box list
With ComboBox1
.AddItem "Jan"
.AddItem "Feb"
.AddItem "March"
.AddItem "April"
.AddItem "May"
.AddItem "June"
.AddItem "August"
.AddItem "Sept"
.AddItem "Oct"
.AddItem "Nov"
.AddItem "Dec"
.ListIndex = 0
End With
End Sub

All works fine till I save and reopen. Only Jan shows with the rest of the
list gone. From what I have got....I did lower my macro security to MED and
clicked the option of trust all...still have the problem.

I plan on using this script three times but w/ different information
(Months, Names and Locations). Is there a 'general' script line I can use to
make sure all of my combo box is saved and there when I reopen it?

Thanks
Lisa

 
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ComboBox Help Kenny Microsoft Word Help 1 September 22nd 07 01:32 AM
Dropdown for Combobox jdyon Microsoft Word Help 9 August 11th 06 08:22 PM
ComboBox and UserForm_Initialize Scott Microsoft Word Help 5 April 29th 06 06:08 PM
How do I set up a combobox on word? omolano New Users 1 November 10th 05 05:27 AM
combobox Gman1959 Microsoft Word Help 1 January 27th 05 11:16 PM


All times are GMT +1. The time now is 06:54 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"