![]() |
#1
|
|||
|
|||
![]() Is it possible to create a dynamic Word Document? I am looking to have sections hidden and shown based on the data being uploaded. For example: If I have two customers with different levels of information or support, I may want to show less information and hide sections for the basic customer, and show all sections for the more advanced one. Is something like this possible? Last edited by Charles Kenyon; 03-31-2015 at 06:20 AM. Reason: Mark as solved - to extent possible |
#2
|
|||
|
|||
![]()
Is it possible? Yes.
Better solution is likely to have a template with a userform that constructs a document on-the-fly as needed. The particular information could be stored in the template as building blocks (AutoText). Automated Boilerplate Using Microsoft Word |
#3
|
|||
|
|||
![]()
Thanks Charles. Is there a way to import information into Word and have it be dynamic as opposed to filling the information in Word using the Userform. Thanks
|
#4
|
|||
|
|||
![]()
Is there a way? Yes, but it is more complex than using a UserForm. I would not attempt it. It would still require vba.
Look into AutoText. Last edited by Charles Kenyon; 03-31-2015 at 06:20 AM. |
#5
|
|||
|
|||
![]()
Thank you, I appreciate it!
|
#6
|
|||
|
|||
![]()
Sorry. you could also use IF Fields and only display text if some other bookmarked text had a value that met a test. I should have thought of it earlier.
If fields are limited in the amount of text they can hold, but you can have multiple fields. |
#7
|
|||
|
|||
![]()
Look at using an ASK field combined with the IF field to get your results.
Understanding Word Field Codes by Mike Lewis |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
gt7586d | Word | 3 | 02-19-2015 01:02 PM |
Microsoft Word 2013 Documents open as full version documents on two computers sporadically | Jaydenc-Fortress | Word | 2 | 08-07-2014 12:34 AM |
![]() |
adunbar22 | Word | 3 | 09-11-2013 08:36 PM |
Dynamic Text in Word | pargoooo | Word | 1 | 08-22-2013 09:12 AM |
![]() |
Kerry | Word | 3 | 01-13-2012 03:51 PM |