Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a spreadsheet which has a combobox and a table of data below it. When a value in the combobox is selected, the data below changes. I would like to write a routine that basically selects each value in the combobox and then prints the page. So, something like: For Each <variable in <Combobox ActiveWorkbook.PrintOut From:=1, To:=1, Copies:=1, Collate:=True Next <variable Is this possible? If the combo box has 100 items, do I run the risk of crashing the PC, or printer? Is there a better way? Rael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding items to ComboBox in a loop? | Excel Programming | |||
Fill values into a listbox matching selected values from a combobox | Excel Programming | |||
Click event on combobox in a loop | Excel Programming | |||
Click event on combobox in a loop | Excel Programming | |||
loop through Combobox | Excel Programming |