I need to write a short vb program which will look up my c:\customer directory and send select csv files by email to my customer.

My directory c:\customer has multiple csv files all csv files have different names. Each csv file has a name and this name is unique to the customer. eg. If the file name = 123.csv then i need to email these files to a customer number 1.

ie each customer has a corresponding unique number which identifies them.

When the program reads through my directory and finds multiple CSV files named 123.csv then these multiple csv files need to be sent via email to customer 1.

If csv file is named 456.csv then these csv files need to be sent via email to customer 2.

I be told i need to create a text file which contains a list of unique codes with their corresponding customer email addresses.

ie text file would read... "123, customer1, [email protected]"

Im not sure where to start with my vb code.
Can someone help me get up & running?
thanks in advance