VBA: Selected Check Box or Option Button Prints UnselectedLast reviewed: March 16, 1998Article ID: Q182347 |
The information in this article applies to:
SYMPTOMSWhen you print a UserForm, check boxes and option buttons that are selected print as if they are not selected. For example, if a CheckBox control on a UserForm has a check in it (the Value property of the CheckBox control is set to TRUE), the CheckBox control prints without a check in it. NOTE: This behavior does not occur on Microsoft Windows NT.
WORKAROUNDTo work around this issue, create an image of the UserForm by using screen capture, and print this image. For example, to create a screen capture in Microsoft Excel 97, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. CommandButton. The UserForm is printed. REFERENCESFor more information about UserForms, from the Visual Basic Editor, click Contents And Index on the Help menu, click the Index tab in Microsoft Excel Help, and type the following text
UserForm objectand then double-click the selected text to go to the "UserForm object" topic. If you are unable to find the information you need, ask the Office Assistant.
|
Additional query words: enabled checked chosen select
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |