Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I use the following code to print out a worksheet. The problem is that the page has many formulas on it, I only want to print the cells with values in them and not the empty formula cells. How can I do this in code? TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Edgar
I don't see your code? You can print a range like this Selection.PrintOut 'print only the selection Range("c1:d5").PrintOut 'print range -- Regards Ron de Bruin http://www.rondebruin.nl "Edgar" wrote in message ... Hi I use the following code to print out a worksheet. The problem is that the page has many formulas on it, I only want to print the cells with values in them and not the empty formula cells. How can I do this in code? TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing to a range and printing value | Excel Discussion (Misc queries) | |||
Printing a named range | Excel Discussion (Misc queries) | |||
Printing from Excel. First row of range to be repeated | Excel Discussion (Misc queries) | |||
Printing A Range | Excel Programming | |||
Printing based on a value of a range | Excel Programming |