![]() |
#1
|
|||
|
|||
![]()
Hello All,
I have a simple combo box setup with multiple selections for users to choose from, however the program that the documents are being used through required them to be saved in RTF format and open solely in compatibility mode and this cannot be changed. Therefore every time I save the document I loose the coding. Is there anyway to have a multiple choice option menu in a RTF document in compatibility mode? Coding is simple Code:
Private Sub Document_Open() ComboBox1.Clear ComboBox1.AddItem "Option 1" ComboBox1.AddItem "Option 2" ComboBox1.AddItem "Option 3" ComboBox1.AddItem "Option 4" ComboBox1.AddItem "Option 5" ComboBox1.AddItem "Option 6" ComboBox1.AddItem "Option 7" ComboBox1.AddItem "Option 8" ComboBox1.AddItem "Option 9" ComboBox1.AddItem "Option 10" 'Set initial value ComboBox1.Value = "Make your selection here" End Sub |
#2
|
||||
|
||||
![]()
Does the RTF format support Content Controls?
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#3
|
|||
|
|||
![]()
I do not believe so.
|
![]() |
Tags |
code, compatibility mode, rich text format |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
magpiedave | Word | 2 | 01-19-2019 04:13 AM |
document opens in compatibility mode | John9210 | Word | 2 | 10-03-2018 06:19 AM |
Page-Numbering in Compatibility Mode Word Document | Jean Price | Word | 3 | 05-28-2018 06:24 PM |
Updating from Compatibility Mode? | Cyberseeker | PowerPoint | 2 | 09-18-2017 11:32 PM |
![]() |
treadhead194 | Word | 4 | 12-23-2014 06:06 PM |