G
giancarlo2004
I have to write a template that have to be filled in three different
steps, so parts of the document is needed to be hidden in a step an
others is needed to be revealed.
For example here is a demo TOC:
1. Topic
2. news
3. books
4. test
5. purposes
By selecting in a combo box the type "Model1" the VBA script hides "2
news" and "4. test", while if I select "Model2" the script shows al
but "4.test".
Does anyone can help me in writing the code?
I know that I have to create bookmarks for each of the section I wan
to hide/show and then play with the hidden property but I need a way t
insert and remove easily the bookmarks in the models type.
Thanks a lo
steps, so parts of the document is needed to be hidden in a step an
others is needed to be revealed.
For example here is a demo TOC:
1. Topic
2. news
3. books
4. test
5. purposes
By selecting in a combo box the type "Model1" the VBA script hides "2
news" and "4. test", while if I select "Model2" the script shows al
but "4.test".
Does anyone can help me in writing the code?
I know that I have to create bookmarks for each of the section I wan
to hide/show and then play with the hidden property but I need a way t
insert and remove easily the bookmarks in the models type.
Thanks a lo