Adding to ComboBox in a Word.doc SOMEONE KNOW?
Hi All :wave:
If someone can to say, that something I know about Visual Basic, it nobody can't to say, that something I know about VBA in MSWord.doc. So, this will be as the saint of truth.
Now I need in this a some help. How to make to be able to add some of items to a combobox? In run-time but.... I want save in this document these changes and I want to print on a my printer this Word.doc
Useful a bit example of code will be here
Thanks in advance
Re: Adding to ComboBox in a Word.doc
Re: Adding to ComboBox in a Word.doc SOMEONE KNOW?
combobox.additem to add items to a combobox, but i don't understand the rest of the question, how can you print the combobox as only the selected item shows
Re: Adding to ComboBox in a Word.doc SOMEONE KNOW?
If I am not wrong, you can generate values for a combobox at runtime but you cannot save values in the combobox for later use until and unless during runtime you save the values somewhere... say for a text file... Whenever the word starts, it will pull up details from the text file to generate the Combobox...
Hope this helps...