Hi, I have Word Documents that contain 3 different Active X Controls (Text
Box, CheckBox and Combo Box). The combox boxes are filled out by a VBA Macro
that fires on Page Load.
The issue is that the doc's are used on a serverside form software that
automatically converts them to HTML for user interaction before submitting.
During the DOC->HTML Conversion the Active X controls are converted to HTML
versions, but the Combo Box list values are removed. The Checkbox and Text
Box values are retained.
Does anyone know if this is Working as Intended (ie a limitation) or if
there is something that can be done or a workaround to this?