Help with macro!!

  • Thread starter Thread starter Srinivas
  • Start date Start date
S

Srinivas

Hi,
I' d really appreciate it if you could send me code to accomplish th
following task.

I have an excel sheet having several coloumns. But for convienienc
lets take 5 of them. Employee ID, Name, Status, Experience & Salary
Lets assume I have 50 records under these heads. I need the macro t
accomplish the following tasks.

a) Validate if the cells under the Experience coloumn to check if the
have reached or exceeded a preset value say 3.5.

b)For every cell under the Experience coloumn that has reached o
exceeded 3.5 their corresponding names and employee id captured and pu
in a txt file and that text file mailed to a recipient.

c)Also a message box should display the "Names" with "Experience
greater than 3.5 and say "Their salary needs to be llooked at"

I am quite new to Excel Programming and I 'd be really thankful if yo
could provide more documentation in the code so that I could modify i
to suit my work.

Thanks.Looking forward to hearing from you.

Regards,
Sriniva
 
Srinivas

Check out this web site, it should be helpful:

http://www.rondebruin.nl/sendmail.htm

Using the info from that web site and a little learning on
your part - you should be able to accomplish your task.

Good Luck.

MariaG
'================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top