I need to write a value (in red color) in the 2 tables of word doc?
note:
I just have a code to open a doc with a visible option.
part of cdoe:
....
Dim APP As Object
Dim DOC As Object
Set APP = CreateObject("WORD.Application")
APP.Visible = True
Set DOC = APP.documents.Open("C:\Lavori_Vb6\HOTEL\Fattura.doc")
....
note:
I just have a code to open a doc with a visible option.
part of cdoe:
....
Dim APP As Object
Dim DOC As Object
Set APP = CreateObject("WORD.Application")
APP.Visible = True
Set DOC = APP.documents.Open("C:\Lavori_Vb6\HOTEL\Fattura.doc")
....