royalcheese
Technical User
Hey all
I have a 'int' that i want to parse to the 'ThisDocument' vba area of a word doc.
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
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