Thread: [Solved] Multiple IF THEN ELSE form
View Single Post
 
Old 01-10-2019, 08:08 AM
VisionAvenger VisionAvenger is offline Windows 10 Office 2013
Novice
 
Join Date: Mar 2016
Posts: 16
VisionAvenger is on a distinguished road
Default

The document would be more fields/Content Controls

Eg


Select an option:
Combo Box option 1
Combo Box option 2
Combo Box option 3
Combo Box option 4


If CBO option 1 is chosen, enter "This block of text"
If CBO option 2 is chosen, enter "This other block of text"
If CBO option 3 is chosen, enter "The third block of text"
etc


Maybe this can be done easily with VBA or a Macro?
Reply With Quote