> |  
re : stramaledette stampe
Daniele
Innanziutto devi aver installato sulla macchina locale o su server a seconda di
come lanci l\'agente il pacchetto microsoft OFFICE...

Poi a questo punto istanzi l\'oggetto WORD per esempio, in questo modo

file_path="c:\prova.doc"
Set word = CreateObject("Word.Application")
Call word.documents.add(file_path)
word.visible=False
word.Selection.TypeText "Questa e\' una prova"
Call word.ActiveDocument.Close
Call word.quit
Kill file_path

Tutte le classi di Word e tutte i metodo e proprieta\' che utilizza li vedi nel
Visualizzatore oggetti dello stesso...

Che ne dici sono stato chiaro?
:yellow_wink.gif:

Daniele Grillo - Fondatore di Dominopoint.it


    re : stramaledette stampe - marko -
    re : stramaledette stampe - marko -
    re : stramaledette stampe - marko -
    You are here re : stramaledette stampe - Daniele -
    re : stramaledette stampe - marko -
    re : stramaledette stampe - Daniele -
    re : stramaledette stampe - marko -
    re : stramaledette stampe - Daniele -
    re : stramaledette stampe - marko -
    re : stramaledette stampe - marko -
    re : stramaledette stampe - Daniele -
    re : stramaledette stampe - johnhear -
    re : stramaledette stampe - Daniele -
stramaledette stampe - marko -