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

Parsing data to MS Word

Status
Not open for further replies.

royalcheese

Technical User
Dec 5, 2005
111
GB
Hey all

I have a 'int' that i want to parse to the 'ThisDocument' vba area of a word doc.

Code:
Private Sub Document_Open()

    ActiveDocument.MailMerge.DataSource.ActiveRecord = {myInt}

End Sub

Please can anyone help in opening the document via vb6 and parse the var and how can i represent it in word ?


Many thanks in advance


Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top