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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass Parameter to Word Document?

Status
Not open for further replies.

zoomby

Programmer
Aug 5, 2002
60
0
0
DE
hi,

I have this situation:

Set oWord = CreateObject("Word.Application")
oWord.Documents.Open "C:\Test.doc"
oWord.Visible = True

Is it possible to pass parameters to this "test.doc" document? How can I access these parameter in the document (using a vba macro?) ?

bye
chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top