Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedded WORD document in a GENERAL field

Status
Not open for further replies.

AP01

MIS
Mar 13, 2002
1
GB
I am trying to write an application which uses embedded Word documents stored in a general field. Every time I open a document in the general field the paper size in the page setup defaults to "Custom". If I change this to "A4" and re-save, then the next time I open the document it has changed back to "Custom".

Any advice is most welcome?
 
You could change the default setting, you may not want this cause it would interfer with other word operations. If that is not what you want try using word automationn.

#define wdpaperA4 7
ActiveDocument.PageSetup.PaperSize = wdpaperA4 Attitude is Everything
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top