Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using XL2000, I have a workbook that uses manual page breaks for a large
group of students. Each student name is followed by a list of classes they attended in the month. Each page has that student's name followed by their class attendance. Each month I print out that file, but I would like to limit the printed pages to a preset list of students by name. With the addition/deletion of students from the class, the student's page number may vary. I'm thinking there's a macro way to cycle through a set array of names and print out only those pages. Something like: StudentArr=("student1","student2","student3") L = StudentArr For i = Lbound(L) To Ubound(L) Application.Find (i) Application.PrintOut what:= that page Next i As a second project, I would like to print pages for all students NOT in that list. Any help would be appreciated. -- David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print 1st Page Multiple Sheets in Same Workbook | Excel Discussion (Misc queries) | |||
How can I get the 1st 2 rows on my document to print on all pages | Excel Discussion (Misc queries) | |||
Print pages in a different order | Excel Discussion (Misc queries) | |||
Print Odd/ Even or specified pages in excel at a time. | Excel Discussion (Misc queries) | |||
Print several worksheets at once with fewer pages | Excel Discussion (Misc queries) |