[RESOLVED] Center a portion of a Docvariable
I am attempting to rewrite some very old Word perfect/HotDocs forms into Word.
I have checkboxes set up that the user can select whether or not they want a section included for one set of checkboxes i would like the set up to look something like this if checked:
SECTION TITLE
Text here
If it's not checked I want the section to disappear entirely. I dont want extra returns within every section if the box is not selected. DocVariables have worked well for me for everything else in the document simply by saying If the checbox is not checked docvariable.Value= " ". I haven't used VB for about 10 years so Im open to any suggestions if theres something better than DocVariables for this task.
Re: Center a portion of a Docvariable
change the font of section to hidden when box checked /unchecked
Re: Center a portion of a Docvariable
Thanks, very simple. I'm disappointed i didn't think of that.