![]() |
|
#5
|
|||
|
|||
|
As Paul said, you cannot set this up using any of Word's dialogs. It has to be typed into the document and you need to use Ctrl+F9 to insert the field braces.
Your field does not look like his. It does not have the same structure. His: {IF{STYLEREF "StyleName"}<> "Error!*" {STYLEREF "StyleName"}} Yours originally: {IF STYLEREF 1 = "Error!*", "", STYLEREF 1} Yours from the dialog: {IF STYLEREF "Heading 1" <> "Error!*" "" STYLEREF "Heading 1"} If you edit the field you have from the dialog and select: STYLEREF "Heading 1" then press Ctrl+F9 to make that a StyleRef field, it should work. Right now, it is being read as text rather than as the field. If you used Alt+F9 to toggle field code display, after you are done editing the field, remember to toggle display of field results back on. If you used Shift+F1 to toggle an individual field, press F9 to update the field. Note the missing braces, and the added commas. Your original field does not follow the required field syntax although it would be good as an Excel function or in vba. Your second does not have the nested StyleRef fields. Remember, too, that the spaces are important. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Remove Carriage Returns in Address Block Merge field
|
alan100 | Mail Merge | 5 | 12-12-2017 08:32 PM |
| StyleRef field shows <> | Stoic | Word | 2 | 04-20-2017 04:42 AM |
| query returns garbage after 255 chars from a text field | word_user | Word VBA | 0 | 06-02-2014 02:34 PM |
| Problem using a StyleRef field in footer | sleake | Word | 10 | 06-27-2013 07:45 AM |
StyleRef field
|
Ulodesk | Word | 4 | 03-21-2012 11:15 AM |