View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Microsoft Word Object

I have a wizard that creates quotes. Before we had this wizard, the person
quoting the job would have to figure out pricing by hand, then type the
values into a Quote Template in Microsoft Word. I have converted the Quote
Word Documents into seperate worksheets in my wizard. Depending on the user
input, the program will select the appropriate quote.

there is a lot of text in the Word Documents. so to clean things up, I
copied the text from Word as a Word Object. is it possible to insert some of
the values from my program into the actual word object? Most of the values
the program generates will be passed into cells in the quote sheet. but in
some cases, i want to insert one of the calculated values into a paragraph of
the Word Object.

My guess is that this will be difficult. any suggestions?

Thanks,
Steve