D
DAMIANO
come posso dare una stringa di testo da visual basic a
una pagina word già esistente?
Io per aprire il file Word uso
Set wb = CreateObject("Word.Basic")
wb.ChDefaultDir "C:\", 0
wb.FileOpen Name:="C:\Documents and
Settings\Cecconello\Documenti\bustagialla.doc"
wb.AppShow
wb.AppMaximize
come si può fare al posto di scrivere:
wb.label1.caption="Ciao"
oppure
wb.textbox1.text="ciao"
oppure
wb.textboxt1.text=data1.recordset("nome")
please help me!
thank
una pagina word già esistente?
Io per aprire il file Word uso
Set wb = CreateObject("Word.Basic")
wb.ChDefaultDir "C:\", 0
wb.FileOpen Name:="C:\Documents and
Settings\Cecconello\Documenti\bustagialla.doc"
wb.AppShow
wb.AppMaximize
come si può fare al posto di scrivere:
wb.label1.caption="Ciao"
oppure
wb.textbox1.text="ciao"
oppure
wb.textboxt1.text=data1.recordset("nome")
please help me!
thank