There is a Word template that we use that was developed over the last 4 years. It is protected as there are only certain items that need to be added for that particular customer. It gets printed then never saved. It was designed in Word 2003 and has been included on machines that use Word (Office) 2007. Until this week it worked in Word 07 in the compatibility mode (we continued to use the dot file extension).
Starting this week the machines with Word 2007 show a message when we try and create a new document from the template “Can’t exit design because Control Combobox1 can’t be created”. I have tried this template on several machines with the same results. I keep a backup machine (with Word 2007) that is used to test that hasn’t been used for the past month. The template worked. Our IT pushes Windows and Office updates to our machines and this one didn’t have them YET. After they were installed guess what same problem as the others.
Looks like update KB2251419 and or KB2277947 (the first being a Word07 and the second being Office07) are at the root.
What we have is a template that contains a ComboBox that is used to select a name that will then add the mailing address. I use some code in the Document_New and Document_Open that inserts these names.
ActiveDocument.FormFields("txtbxDate").Result = Date
ComboBoxSuper.List = Array("FAS", "Meme ", "Mike ", "Karen ", _
"Steve ", "Joe ")
I have tried using the ComboBoxSuper.AddItem and still receive the same message.
This still works in Word 2003. But we are slowly moving to Office 2007.
Has anyone run into YET ? If so any ideas are appreciated.
Thanks for taking a look.
Starting this week the machines with Word 2007 show a message when we try and create a new document from the template “Can’t exit design because Control Combobox1 can’t be created”. I have tried this template on several machines with the same results. I keep a backup machine (with Word 2007) that is used to test that hasn’t been used for the past month. The template worked. Our IT pushes Windows and Office updates to our machines and this one didn’t have them YET. After they were installed guess what same problem as the others.
Looks like update KB2251419 and or KB2277947 (the first being a Word07 and the second being Office07) are at the root.
What we have is a template that contains a ComboBox that is used to select a name that will then add the mailing address. I use some code in the Document_New and Document_Open that inserts these names.
ActiveDocument.FormFields("txtbxDate").Result = Date
ComboBoxSuper.List = Array("FAS", "Meme ", "Mike ", "Karen ", _
"Steve ", "Joe ")
I have tried using the ComboBoxSuper.AddItem and still receive the same message.
This still works in Word 2003. But we are slowly moving to Office 2007.
Has anyone run into YET ? If so any ideas are appreciated.
Thanks for taking a look.