Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following function in a worksheet, but of course it dosen't
work. In one column there is a number for the number of copies, when I enter a number it should print out that number of copies. Do I need to use some sort of active sheet property? Why dosen't this work? 'used like so: =goPrint(C3, B3:B6) Function goPrint(copies As Long, rng As Range) As String Dim cell As Range Dim c As CellFormat For Each cell In rng cell.Font.Size = 144 cell.PrintOut , , copies cell.Font.Size = 10 Next End Function |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of copies to print keep defaulting to 12 copies why? | Excel Worksheet Functions | |||
printing copies | New Users to Excel | |||
printing multiple copies | Excel Discussion (Misc queries) | |||
Printing copies with changing number | Excel Discussion (Misc queries) | |||
Printing defaults to more copies! | Excel Discussion (Misc queries) |