VB Help

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top