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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top