L
lj_iperen
I've just figured out how to work with VBA for word, but I seem to be
doing something wrong, and i don't know what it is, so: HELP!
This is what my macro looks like:
Sub ComboBox1_Change()
ComboBox1.AddItem "Nederland"
ComboBox1.AddItem "Europa"
ComboBox1.AddItem "Wereld"
End Sub
Somehow this works, until i close the word-document and open it again.
The macro's are still visible in vba, but the comboboxes in word are
empty again. I've looked all over the net to find out what i'm doing
wrong, but there is nothing more i can try.
doing something wrong, and i don't know what it is, so: HELP!
This is what my macro looks like:
Sub ComboBox1_Change()
ComboBox1.AddItem "Nederland"
ComboBox1.AddItem "Europa"
ComboBox1.AddItem "Wereld"
End Sub
Somehow this works, until i close the word-document and open it again.
The macro's are still visible in vba, but the comboboxes in word are
empty again. I've looked all over the net to find out what i'm doing
wrong, but there is nothing more i can try.