VBA Project -> Word

R

Rodrigo

Pessoal, estou precisando de coletar usando VBA dados do Project e
enviar para o Word, alguem teria como me auxiliar?

Obrigado pela atençao
 
J

Jan De Messemaeker

I'm absolutely certain I can answer this one, I'm nearly certain the answer
is Si,but I still prefer to read int in a language I knw; sorry.
 
R

Rodrigo

Staff, I am needing to collect using given VBA of the Project and to
send for the Word, they alguem would have as to assist me? tank
 
J

Jan De Messemaeker

Hi,

Yes you can call Word from project VBA
Look up the help for the CreateObject method
CreateMethod will open the Word application.
After that you can access all Word objects;
Hope this helps
 
Top