fadib
12-18-2007, 01:38 PM
HI guys,
I am new into word vba, I need some guidance on how to start.
what I have in mind is a document with n numbers of paragraph.
Example:
1-Monday
<words>
2-Tuesday
<words>
3-...
On the first page I want to have a list of checkbox for each title of a paragraph.
Initially the all boxex are checked.
When the user uncheck the box the corresponding paragraph will be ommited from the word document, and when the user check it again, it reappears.
I am not sure if this is an easy way to do it.
I thaught of a different way too, and I would like to learn both methods.
I can create a word document for each file.
I will also make a userform that will open as soon as the word document opens.
the user will have to check the boxes he or she needs, and by the click of a button, the word document is created which contains only the paragraphs selected by the user.
:help
I am new into word vba, I need some guidance on how to start.
what I have in mind is a document with n numbers of paragraph.
Example:
1-Monday
<words>
2-Tuesday
<words>
3-...
On the first page I want to have a list of checkbox for each title of a paragraph.
Initially the all boxex are checked.
When the user uncheck the box the corresponding paragraph will be ommited from the word document, and when the user check it again, it reappears.
I am not sure if this is an easy way to do it.
I thaught of a different way too, and I would like to learn both methods.
I can create a word document for each file.
I will also make a userform that will open as soon as the word document opens.
the user will have to check the boxes he or she needs, and by the click of a button, the word document is created which contains only the paragraphs selected by the user.
:help