View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ussiddiqui[_5_] Ussiddiqui[_5_] is offline
external usenet poster
 
Posts: 1
Default help me Mailing in Vb, Excel sheet

Hay for your ease , those who will be in this problem ,

I and You ( who will be stuck ) just need a

Shell( paramerter ) ;

command

This command will help you out launching the MicroSoft Outlook Express
just fill the parameter variable with the outlook express path that
will be mostly like this

Shell ("c:\Program Files\Outlook Express\msimn.exe")

And generally speking we have

WinExec(Parameter)

command in VC, that is used for the same purpose. just for helping any
VC++ Newbie searching for the same thing


WinExec ("c:\Program Files\Outlook Express\msimn.exe")


You can run some others programe or any exe by just using these
commands, no need to do full assignments your self :-) , and telling
you, people reading this out there, you cant copy the code in your
applicaiton with this command. OK ... So Be thursty for Knowlege and
ENJOY THE LIFE BEFORE IT MELTS


---
Message posted from http://www.ExcelForum.com/