How to start a word macro from OL

  • Thread starter Thread starter Laie
  • Start date Start date
L

Laie

Hi
In an OL contact form I have code to create a new mail - fill in name and
adress.
usin word as emaileditor I recorded a macro that goes to the end of the mail
and fill in autotext at the
cursor position.

i dont know how to call this macro fom the code of the form.
can anyone tell me how to do so

call macro ??
 
Am Fri, 23 Dec 2005 00:40:23 +0100 schrieb Laie:

Please see Word´s VBA help for the Application.Run method.
 
Back
Top