Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet with lots of pages, and will like to print into PDF
format. Below is the macro I used, ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "CutePDF Writer on CPW2:", PrToFileName:=("Test.pdf") Everything work fine, the only problem is the PDF file size is 0k and can't be open. When I manual print out the PDF, there is not problem. Hope that someone can help... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure I understand what is not working?
"The pdf size is 0k and can't be opened" and "When I manual print the PDF, there is no problem" Sounds like the pdf driver is either not working correctly or needs updating. -- Regards, Nigel "law8787" wrote in message ... I have a spreadsheet with lots of pages, and will like to print into PDF format. Below is the macro I used, ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "CutePDF Writer on CPW2:", PrToFileName:=("Test.pdf") Everything work fine, the only problem is the PDF file size is 0k and can't be open. When I manual print out the PDF, there is not problem. Hope that someone can help... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK with you now. The only observation I can offer, since the selected
worksheet prints a valid pdf manually, is try setting the print area before printing. -- Regards, Nigel "law8787" wrote in message ... Hi Nigel, tks for your reply. What i mean is the macro can run properly and create the "Test.pdf", but the created "Test.pdf" file size is ZERO and cant be open. Even i use the adobe Acrobat Ver8 as active printer, same problem with the created file (file size is 0 and cant be open to view by adobe Acrobat Ver8). If I manual print the file using CutePDF Writer or Adobe PDF, there is not problem for me to open the file for Viewing. Regards, Law8787 "Nigel" wrote: Not sure I understand what is not working? "The pdf size is 0k and can't be opened" and "When I manual print the PDF, there is no problem" Sounds like the pdf driver is either not working correctly or needs updating. -- Regards, Nigel "law8787" wrote in message ... I have a spreadsheet with lots of pages, and will like to print into PDF format. Below is the macro I used, ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "CutePDF Writer on CPW2:", PrToFileName:=("Test.pdf") Everything work fine, the only problem is the PDF file size is 0k and can't be open. When I manual print out the PDF, there is not problem. Hope that someone can help... |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Nigel,
tks for your advise, had try to set the print area, the problem still exist. Anyone can help??? Regards, Law8787 "Nigel" wrote: OK with you now. The only observation I can offer, since the selected worksheet prints a valid pdf manually, is try setting the print area before printing. -- Regards, Nigel "law8787" wrote in message ... Hi Nigel, tks for your reply. What i mean is the macro can run properly and create the "Test.pdf", but the created "Test.pdf" file size is ZERO and cant be open. Even i use the adobe Acrobat Ver8 as active printer, same problem with the created file (file size is 0 and cant be open to view by adobe Acrobat Ver8). If I manual print the file using CutePDF Writer or Adobe PDF, there is not problem for me to open the file for Viewing. Regards, Law8787 "Nigel" wrote: Not sure I understand what is not working? "The pdf size is 0k and can't be opened" and "When I manual print the PDF, there is no problem" Sounds like the pdf driver is either not working correctly or needs updating. -- Regards, Nigel "law8787" wrote in message ... I have a spreadsheet with lots of pages, and will like to print into PDF format. Below is the macro I used, ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "CutePDF Writer on CPW2:", PrToFileName:=("Test.pdf") Everything work fine, the only problem is the PDF file size is 0k and can't be open. When I manual print out the PDF, there is not problem. Hope that someone can help... |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a macro to print the date a document was last saved. | Excel Discussion (Misc queries) | |||
can anyone help with the code for creating a aut print macro... | Excel Discussion (Misc queries) | |||
Creating Print Macro | Excel Discussion (Misc queries) | |||
Creating a Print Button | New Users to Excel | |||
Creating an array of sheets to print | Excel Programming |