B
Barb Reinhardt
I'd like to write all of my "debug.print" lines to a Word doc. I've done
Excel programming before but nothing in Word, so need some assistance.
This is what I have that needs to be converted.
If wdDoc Is Nothing Then
Set wdDoc = Documents.Add
End If
'Want to copy this to the wdDoc
Debug.Print
Debug.Print oDoc.Name
For i = 1 To 26
Debug.Print i, DataArray(i, 1), DataArray(i, 2)
Next i
Thanks,
Barb Reinhardt
Excel programming before but nothing in Word, so need some assistance.
This is what I have that needs to be converted.
If wdDoc Is Nothing Then
Set wdDoc = Documents.Add
End If
'Want to copy this to the wdDoc
Debug.Print
Debug.Print oDoc.Name
For i = 1 To 26
Debug.Print i, DataArray(i, 1), DataArray(i, 2)
Next i
Thanks,
Barb Reinhardt