Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Help. Converting word to PDF

Hi All,

Through excel, i am saving my outlook emails in word format and then i
send this mails saved in word to my suppliers. However, some people
came with issues, that they are not able to open the word file. so i
thought changing word into pdf will work.

with VBA code i am able to open the word file but dont know how to
convert it into pdf.

please help.

thanks,
navin

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Help. Converting word to PDF

I'm not sure you can directly save Word documents to PDF without either
"printing" to PDF or converting them using Adobe Acrobat. Check into Acrobat
or PDF995 for more help there.

Otherwise, is formatting important? If not, how about saving to a text file?

HTH,
Matthew Pfluger

"navin" wrote:

Hi All,

Through excel, i am saving my outlook emails in word format and then i
send this mails saved in word to my suppliers. However, some people
came with issues, that they are not able to open the word file. so i
thought changing word into pdf will work.

with VBA code i am able to open the word file but dont know how to
convert it into pdf.

please help.

thanks,
navin


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default Help. Converting word to PDF

Or if you save as a Rich Text Format (RTF), Windows usually knows to open
using the "write" program if word is not associated with .rtf files. And you
should be able to save to .rtf as easily as word.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Help. Converting word to PDF

Look under the alltime section on the right:

http://www.excelguru.ca/
Ken Puls' site.

the approach would be to automate Word from Excel (or do the programming in
Word). You would use a technique similar to Ken's to open the documents and
print them using the PDF print driver. Here is some information on
automating an office application from another:


http://support.microsoft.com/?id=167223
Microsoft Office 97 Automation Help File Available on MSL

--
Regards,
Tom Ogilvy




"navin" wrote:

Hi All,

Through excel, i am saving my outlook emails in word format and then i
send this mails saved in word to my suppliers. However, some people
came with issues, that they are not able to open the word file. so i
thought changing word into pdf will work.

with VBA code i am able to open the word file but dont know how to
convert it into pdf.

please help.

thanks,
navin


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Help. Converting word to PDF

Yes, that would work. But if the user cannot use Word to open his .doc
files, I wonder if there will be problems opening .rtf files?

The only thing I can think of as to why they couldn't open Word files is
that there was a version conflict or they actually don't have Word. Did they
elaborate on that?

Matthew Pfluger

"Mike H." wrote:

Or if you save as a Rich Text Format (RTF), Windows usually knows to open
using the "write" program if word is not associated with .rtf files. And you
should be able to save to .rtf as easily as word.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting word document to excel Janna Excel Discussion (Misc queries) 1 November 4th 09 04:24 PM
converting word docs into excel leedsiem Excel Discussion (Misc queries) 0 July 17th 08 01:40 AM
converting word table to excel Happy New Users to Excel 4 December 16th 07 09:39 PM
Converting Addresses from Word kspoms Excel Discussion (Misc queries) 2 April 19th 07 10:53 PM
converting word to excel or access [email protected] Excel Programming 1 March 30th 07 06:11 PM


All times are GMT +1. The time now is 11:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"