Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am creating a form combo box in a worksheet in excel 2003, when I try to
preview the combo box with the print object checked, it previews and prints the drop down box. When the print object is unchecked, nothing prints. How do I get the item I choose to print w/o the drop down box? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It may be that the combobox has focus (is selected) when you print. Tr
putting a line of code before you print Code ------------------- Activesheet.Range("A1").Select ------------------- -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combo box - VBA form | Excel Discussion (Misc queries) | |||
Previewing Totals in highlighted cells | Excel Discussion (Misc queries) | |||
linking a form combo box... results from the combo box to another | Excel Discussion (Misc queries) | |||
My excel sheets aren't previewing or printing in color | Excel Discussion (Misc queries) | |||
Form Combo Box | Excel Discussion (Misc queries) |