![]() |
#19
|
||||
|
||||
![]()
It can be done if you:
1. Set up the drop down CC with different values for Display Name and Value 2. Bind that CC to an XML Mapping element by using the XML Mapping Pane 3. Make a selection with the drop down When you want to 'fix' the CCs to show the values, run the 4. Run a macro to convert the CC type to a Plain Text CC. Code:
Sub ChangeCCType() Dim aCC As ContentControl For Each aCC In Selection.Range.ContentControls aCC.Type = wdContentControlText Next End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
dudeabides | Office | 1 | 07-04-2011 02:49 AM |
Multiple task lists and multiple calendars | kballing | Outlook | 0 | 01-18-2011 10:23 AM |
Creating Multiple Contact Lists | meltee78 | Outlook | 1 | 01-03-2011 09:45 PM |
multiple calendar entries across a group | halfhearted | Outlook | 0 | 10-11-2009 12:13 PM |
Word Forms : Dropdown lists | wferaera45 | Word | 0 | 04-06-2006 03:02 AM |