![]() |
Macro to save a file as a PDF
How do I end off a written macro to save my file as a PDF using a specific
field as the file name ? |
Excel doesn't have the ability to save as a PDF file, so the
reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
"Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
and your additional comment was what ?
If you checked something in the CDO menus, it is unseen in the newsgroups, which are strictly text postings. What you have to do is to choose the printer, and if you have something to create a PDF file you should see the appropriate choice, and you would print to a file. You can get the code by recording a macro. More information on PDF files http://www.mvps.org/dmcritchie/excel/pdf.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... "Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
I have Adobe Writer that adds a toolbar to convert to PDB. Can I run that
from within a macro - and use a specific cell as my filename ? Thanks. "Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
I reposted, sorry. The macro didnt record the switch of the printers - how
do I do that ? Thanks "David McRitchie" wrote: and your additional comment was what ? If you checked something in the CDO menus, it is unseen in the newsgroups, which are strictly text postings. What you have to do is to choose the printer, and if you have something to create a PDF file you should see the appropriate choice, and you would print to a file. You can get the code by recording a macro. More information on PDF files http://www.mvps.org/dmcritchie/excel/pdf.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... "Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
File, Print, choose printer
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... I reposted, sorry. The macro didnt record the switch of the printers - how do I do that ? Thanks "David McRitchie" wrote: and your additional comment was what ? If you checked something in the CDO menus, it is unseen in the newsgroups, which are strictly text postings. What you have to do is to choose the printer, and if you have something to create a PDF file you should see the appropriate choice, and you would print to a file. You can get the code by recording a macro. More information on PDF files http://www.mvps.org/dmcritchie/excel/pdf.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... "Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
Worked like a charm - one more follow up - can I specify in the macro where
to "save/print" it ? Thanks, Yosef "David McRitchie" wrote: File, Print, choose printer Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... I reposted, sorry. The macro didnt record the switch of the printers - how do I do that ? Thanks "David McRitchie" wrote: and your additional comment was what ? If you checked something in the CDO menus, it is unseen in the newsgroups, which are strictly text postings. What you have to do is to choose the printer, and if you have something to create a PDF file you should see the appropriate choice, and you would print to a file. You can get the code by recording a macro. More information on PDF files http://www.mvps.org/dmcritchie/excel/pdf.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... "Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
Didn't you get a dialog "Print to Output file"
where you specify where you want it to go. If you didn't, I wouldn't know what would control that. "ynissel" wrote in message ... Worked like a charm - one more follow up - can I specify in the macro where to "save/print" it ? Thanks, Yosef "David McRitchie" wrote: File, Print, choose printer Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... I reposted, sorry. The macro didnt record the switch of the printers - how do I do that ? Thanks "David McRitchie" wrote: and your additional comment was what ? If you checked something in the CDO menus, it is unseen in the newsgroups, which are strictly text postings. What you have to do is to choose the printer, and if you have something to create a PDF file you should see the appropriate choice, and you would print to a file. You can get the code by recording a macro. More information on PDF files http://www.mvps.org/dmcritchie/excel/pdf.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ynissel" wrote in message ... "Chip Pearson" wrote: Excel doesn't have the ability to save as a PDF file, so the reply to your question would depend on what program you are using to create the PDF file. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ynissel" wrote in message ... How do I end off a written macro to save my file as a PDF using a specific field as the file name ? |
All times are GMT +1. The time now is 04:03 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com