J
Jesper F
I'm doing some automation to Word from Access.
In the code I have for example:
Sub PrintInWord()
Dim oDoc As Object
Dim oWord As Object
oWord.Selection.....
oWord.Selection.....
oWord.Selection.....
oWord.Selection.....
oWord.Selection.....
End Sub
In the code I have for example:
Sub PrintInWord()
Dim oDoc As Object
Dim oWord As Object
oWord.Selection.....
oWord.Selection.....
oWord.Selection.....
oWord.Selection.....
oWord.Selection.....
End Sub