Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I use the print macro with a combo box? I can get the macro to run,
but it wont change the combo box to reflect a new selection. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What does all this mean. What "print macro"
-- Regards, Tom Ogilvy "LT" wrote: How do I use the print macro with a combo box? I can get the macro to run, but it wont change the combo box to reflect a new selection. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm creating a macro that will print a report. The macro is assigned to a
text box. The report has a combo box with a list of different parameters that will feed the report depending on what you choose. I'm trying to create a macro that will print when the text box is selected. So, I'm trying to create a print macro that will work with a combo box. "Tom Ogilvy" wrote: What does all this mean. What "print macro" -- Regards, Tom Ogilvy "LT" wrote: How do I use the print macro with a combo box? I can get the macro to run, but it wont change the combo box to reflect a new selection. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub MyPrintMacro()
Activesheet.Printout End Sub or Sub MyPrintMacro() Range(Activesheet.Combobox1.Value).Printout End Sub -- Regards, Tom Ogilvy "LT" wrote in message ... I'm creating a macro that will print a report. The macro is assigned to a text box. The report has a combo box with a list of different parameters that will feed the report depending on what you choose. I'm trying to create a macro that will print when the text box is selected. So, I'm trying to create a print macro that will work with a combo box. "Tom Ogilvy" wrote: What does all this mean. What "print macro" -- Regards, Tom Ogilvy "LT" wrote: How do I use the print macro with a combo box? I can get the macro to run, but it wont change the combo box to reflect a new selection. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combo/text box print issue | Excel Discussion (Misc queries) | |||
Marco print issue!!! | Excel Programming | |||
Stop my "combo box" from changing locations after print previewin. | Excel Discussion (Misc queries) | |||
How do I print combo box drop down lines? | Excel Discussion (Misc queries) | |||
Print the results of the combo box | Excel Programming |