View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JudyHNM JudyHNM is offline
external usenet poster
 
Posts: 2
Default Write to Word Document from Excel VBA Help Needed

I have written the VBA to loop through a column on an Excel spreadsheet and
if the font description is "Script", I want to write the font name, the
alphabet (formatted in the font), and some other detail to a Word Document.
I have been able to create a new Word document, and I can save it and close
it from the Excel VBA, but I can NOT figure out how to write the information
described above to the Word document.

I know Excel VBA, but (obviously), I don't know Word VBA. I am using
version 2003 on Windows XP platform.

I would really appreaciate any help you could provide.

Thanks, Judy