L
Larry
This code opens an e-mail window, but before the e-mail window opens, a
DOS window opens and then goes away. Is there any way to have the
e-mail window open without having the DOS window open at all?
Dim RetVal
RetVal = Shell("start mailto:", vbNormalNoFocus)
Thanks,
Larry
DOS window opens and then goes away. Is there any way to have the
e-mail window open without having the DOS window open at all?
Dim RetVal
RetVal = Shell("start mailto:", vbNormalNoFocus)
Thanks,
Larry