Thread: Email
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Email

Take a look at www.rondebruin.nl/sendmail.htm, he seems to cover most
possibilities there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"softysachin" wrote in message
...
Hi

i am testing engg i am using excel as bug reporting tool. now columns as
follows
TCID Prereq StepstoFollow Exp Res Act Res Pass/Fail Date BID Mail
1 ABC ABC XYZ XYZ Pass

6-6-05
5 sachin
2 PQR ABC XYZ XYZ Pass

7-6-05
- sachin
In coloumn Mail sachin is link to

When i click on sachin ( at end of 1 TCID) link it should send mail to
.
To :

Sub : New Bug BID = 5

Message

TCID Prereq StepstoFollow Exp Res Act Res Pass/Fail Date BID
1 ABC ABC XYZ XYZ Pass

6-6-05
5


How i can do this by programming or any micro.
Help me.

Regards,

Sachin