
start exe file from outlook form
Hi!
Try
private sub xxx_click
shell "notepad.exe" ' (use full path if it is not notepad, e.g
"c:\myApplications\myexe.exe")
end sub
I hope this is what you were looking for.
Gernot
MicroStrategy Inc.
www.microstrategy.com
Quote:
> Hi there !
> what code to write to make an outlook form run an exe file ( let say
> \\...notepad.exe ) when i click a button from an customize form
> thanks
> Daniel