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