
February 17th, 2004, 07:54 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Need Help - VB
I have two excel files. One has around 30 IP addressses (so 30 rows ) and another around 5 IP ranges (start ip and end ip address in two columns) with corresponding email ids in 3rd column.
I want to pull the email ids from 2nd excel file based on the the range in which the ip address(from first table lies ) and email him using microsoft outlook. How can I do it?
Kindly help asap and mail me sample source code on n_badaya@rediffmail.com
Thanks,
Naveen
Eg
1st file format:
196.45.67.34
2nd File format:
196.45.67.2 196.45.69.254 n_badaya@rediffmail.com
I want afer comparing from 2nd file a mail from outlook should be fired automatically using the mail id.
|