selant
Board Regular
- Joined
- Mar 26, 2009
- Messages
- 109
Hi there,
I will start a project which sends given pre-defined text to the selected receiptients by their email adress. For example, I have a sheet (Sheet : WORKERS) containing the following data :
What i will do is, to create a VBA form and enter ID data to the textbox, and what I want to know is if its possible to lookup the receptient email adress from the 3rd column if the given ID data finds the match through the rows in WORKERS sheet. I am working in a company where each staff has unique ID number. I will be very happy if somebody can show me how to look up the value, and fetch the corresponding email address to another textbox in the form. It is very important for me.
Thank you very much in advance
I will start a project which sends given pre-defined text to the selected receiptients by their email adress. For example, I have a sheet (Sheet : WORKERS) containing the following data :
ID - Name - Email
-------------------
001 Tom tom@xxx.com
002 Bryan bryan@xxx.com
003 Jason jason@yyy.com
004 Lynda lynda@zzz.com
005 Mike mike@mmm.com
...
What i will do is, to create a VBA form and enter ID data to the textbox, and what I want to know is if its possible to lookup the receptient email adress from the 3rd column if the given ID data finds the match through the rows in WORKERS sheet. I am working in a company where each staff has unique ID number. I will be very happy if somebody can show me how to look up the value, and fetch the corresponding email address to another textbox in the form. It is very important for me.
Thank you very much in advance