Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a program that prints to a default printer. I was hoping to
create a macro that would also print to file when that file is printed. Thanks ahead of time |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Use this to print to file: PrintFileName = "TestPrint" ActiveWindow.SelectedSheets.PrintOut Copies:=1, PrintToFile:=True, Collate _ :=True, prtofilename:=PrintFileName Regards, Per skrev i meddelelsen ... I have a program that prints to a default printer. I was hoping to create a macro that would also print to file when that file is printed. Thanks ahead of time |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a macro to print to file | Excel Programming | |||
Need to print file out on a wide format printer | Excel Discussion (Misc queries) | |||
Excel buttons to print out on pdf file and printer!! | Excel Worksheet Functions | |||
Choosing printer in a printing macro | Excel Programming | |||
Choosing printer in a printing macro | Excel Programming |