So basically I have a word document set up which on load display several message boxes one after the other depending on the answer YES or NO a bookmark is found within the document and deleted.
The purpose being the document is trimmed down and tailored for teh specific requirements.
However I would prefer to have the questions all visible at the same time on a userform.
I have no problem loading the userform on open or hidding it again.
But I want to use checkboxes and I can't seem to get them to work the way I want.
I want 8 checkboxes corresponding to 8 questions the user can tick the appropriate answers but I don't want the code to read these answers until the user hits a command button called update.
I then want the program to read the combination of yes no delete the required bookmarks and then update the TOC
The problem I am having is reading and acting on the values of teh checkbox's maybe im doing something silly.
my other program works great with the msgbox's but the userform will be more user friendly I hope.
I can give examples of the code I already have working if it will aid responses.
Cheers Dusty
The purpose being the document is trimmed down and tailored for teh specific requirements.
However I would prefer to have the questions all visible at the same time on a userform.
I have no problem loading the userform on open or hidding it again.
But I want to use checkboxes and I can't seem to get them to work the way I want.
I want 8 checkboxes corresponding to 8 questions the user can tick the appropriate answers but I don't want the code to read these answers until the user hits a command button called update.
I then want the program to read the combination of yes no delete the required bookmarks and then update the TOC
The problem I am having is reading and acting on the values of teh checkbox's maybe im doing something silly.
my other program works great with the msgbox's but the userform will be more user friendly I hope.
I can give examples of the code I already have working if it will aid responses.
Cheers Dusty