easy question on excel/outlook

M

mike0021

Hey all- real easy one for you,

Is there a way to add in a line at the top of my macro to ope
microsoft outlook? say for example outlook is here:

j:/microsoft/outlook/outlook.exe

is there anyway to launch this from a macro?

thanks so much!!!

~Mik
 
D

Dick Kusleika

Mike

Shell "C:\Program Files\Microsoft Office2000\Office\outlook.exe"

change to your path
 
Top