Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm very new to Excel Programing. Anybody can tell me how to write VBA
codes to covert an Excel worksheet to a PDF file? Or is there any tool I can use? ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Wayne,
Do you have a PDF Generator (of sorts). You will firstly need the device to be able to send the document to for conversion. You will either need to by Adobe Acrobat, or try the shareware versions such as Neevia. Adobe 4, allows you to utilse the procedures that install with the XLA, where later versions are locked down. My suggestion is to try Neevia, see if the output quality is good enough for your requirements and take it from there. Good luck in your PDF quest. P. -----Original Message----- I'm very new to Excel Programing. Anybody can tell me how to write VBA codes to covert an Excel worksheet to a PDF file? Or is there any tool I can use? ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The easiest way I can think of doing this is installing a
piece of software which will act as a printer to produce PDF's. For example Adobe Acrobat when installed adds Adobe Acrobat Distiller to the list of printers installed on the PC. What this does is anything that is sent to this printer will be converted to a PDF and then you are prompted for a save location. You could fairly easily then write some code and which simply selects Adbobe Acrobat as the printer and then sends a print to it just the same as you would do manually. Then all you will need to do is specify where to save it to. I know this solution is not the code itself but it is an easy route should you choose to take it then post to the forum asking for this code and you will easily find it. Let me know if this helps or not. Danny. -----Original Message----- I'm very new to Excel Programing. Anybody can tell me how to write VBA codes to covert an Excel worksheet to a PDF file? Or is there any tool I can use? ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.planetpdf.com
might be a place to look at. -- Regards, Tom Ogilvy "wayne" wrote in message ... I'm very new to Excel Programing. Anybody can tell me how to write VBA codes to covert an Excel worksheet to a PDF file? Or is there any tool I can use? ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert a Number Code to a Text Code | Excel Discussion (Misc queries) | |||
Do not convert 24hr time in Excel to Portugese postal code | Excel Discussion (Misc queries) | |||
UDF to convert data to code 128 B | Excel Worksheet Functions | |||
Please help me with microsofts code to convert more than 65000 rows from text to excel | Excel Discussion (Misc queries) | |||
vb help, convert from formula to vb code.. | Excel Discussion (Misc queries) |