Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know a vb code to print a specific page # if a
certain cell is not null or has a specific value? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Felice,
assume cell to check is A1 if range("a1")="" or range("A1")=Your_Value then sheets(1).Printout from:=your_page, to:=your_page end if Throw this in the worksheet_change event, and it should work for you. Steve "Felice" wrote in message ... Does anyone know a vb code to print a specific page # if a certain cell is not null or has a specific value? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do you print single page multiply times with increasing page . | Excel Worksheet Functions | |||
Setting the print area in page set up to print 1 page wide by 2 pages tall | Excel Discussion (Misc queries) | |||
PRINT PAGE BREAK VIEW AS WATERMARK FIOR EACH PAGE | Setting up and Configuration of Excel | |||
Active cell counting in particular print page (one sheet having different print area) | Excel Worksheet Functions | |||
How do I print a one page spreadsheet multiple time, each with its own page number? | Excel Discussion (Misc queries) |