Please help

V

Vincent Chua

Hi,

1) Is there any way to hide the combo box if I wanted to
print? I only want the value to be printed.
2) Is there a way to select date in Excel worksheet?
 
R

Rafael Ortiz

1) (Assumed combo box was made from Forms toolbar) Just select the combo box
(right-click it), select Format control, and in the Properties tab,
de-select Print Object. In code, just select your combo box, then use line
like: Selection.PrintObject = False to set this to not print.

2) Don't know what you need here....

MRO
 
Top