![]() |
#1
|
|||
|
|||
![]()
I generated a drop down list (content controls) and if statements depending on drop down list one year ago.
I have a drop down list with A, B, C and D possibilities. If I choose an "A" in a drop down list, I want that in the text later on "You choose A" is written, if I choose B in a drop down list I want "You choose B" to be written and so on. I used this formulas: { IF { REF Dropdown1 } = "A" "You choose A” “" } { IF { REF Dropdown1 } = "B" "You choose B” “" } { IF { REF Dropdown1 } = "C" "You choose C” “" } This funktion always worked until few days ago. I didn`t change anything, it is just not working. I also tried to generate new drop down list called "test" with options "A" and "B", new bookmark called "test" and wrote formula { IF { REF test \h } = "A" "You choose A” “" }. And it is not working at all. What is the problem? |
#2
|
|||
|
|||
![]()
Does anyone know how to solve the problem?
|
#3
|
||||
|
||||
![]()
Are you sure that you meant a content control and not a legacy form field (which would be associated with a bookmark name of Dropdown1)?
I can't see this ever working with a content control without the use of macros. With a legacy dropdown form field in a document protected for forms it should work if the bookmark name matches and you have the calculate on exit check box checked.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#4
|
||||
|
||||
![]()
A little more patience on your part wouldn't go astray. Your first post was at 10:31pm (my time) and your follow-up post was just a few hours later, at 1:47am. Guess what I might have been doing at that time. I'm sure Graham doesn't spend all his time waiting for posts, either.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to get the if then else statement to work | pamed53 | Excel | 3 | 05-01-2014 10:12 AM |
Format Switch \* Caps won't work in if..then statement | cwright | Word | 2 | 03-27-2014 04:19 PM |
![]() |
ketanco | Project | 1 | 02-11-2014 08:53 AM |
![]() |
limpbizkit | Excel | 4 | 02-24-2011 09:16 PM |
![]() |
piper7971 | PowerPoint | 1 | 08-19-2010 07:10 AM |