T
Tom
Hi all,
I`m trying to create a document with a text box and 3 combobox.
Here is what I`m trying to do:
TextBox shows today`s date.
ComboBox1 shows value1 and value2
ComboBox2 shows value 3 and value4
ComboBox3 shows values 5,6,7,8
note: there is no connection between the comboboxes what so ever.
first issue: I tried to use AddItem method undre private sub
Document_Open -
ComboBox1.Additem "value1" etc...
After I save and close the document all the options from the ComboBoxes are
gone.
Second issue: I need to be "clean" when I open the document. Only the
textbox should be filled with today`s date.
I hope I`m clear here.
Thank you so much for your time,
Tom
I`m trying to create a document with a text box and 3 combobox.
Here is what I`m trying to do:
TextBox shows today`s date.
ComboBox1 shows value1 and value2
ComboBox2 shows value 3 and value4
ComboBox3 shows values 5,6,7,8
note: there is no connection between the comboboxes what so ever.
first issue: I tried to use AddItem method undre private sub
Document_Open -
ComboBox1.Additem "value1" etc...
After I save and close the document all the options from the ComboBoxes are
gone.
Second issue: I need to be "clean" when I open the document. Only the
textbox should be filled with today`s date.
I hope I`m clear here.
Thank you so much for your time,
Tom