Hi all..
Sorry to say that I need to pick your brains regarding excel and VBA. I have a problem, I need to convert 20+ excel files into CSVs. These CSVs then have to be imported to creat e-mail accounts (students'). However the arrangement of the data in the excel files are not suitable for CSV import so I have to modify them. Now living in Asia, we don't have firstnames nor surnames. Therefore these students' name are to be truncated. An example of this will be:
Muhammad Ali bin Bahar will become ali.bahar@xxxxxxxx.xxxx.edu
Lim Xie Xie will become xiexie.lim@@xxxxxxxx.xxxx.edu
Now I am doing it manually, is there VBA experts out there that can help with my problem.
Thanks In Advance
Sorry to say that I need to pick your brains regarding excel and VBA. I have a problem, I need to convert 20+ excel files into CSVs. These CSVs then have to be imported to creat e-mail accounts (students'). However the arrangement of the data in the excel files are not suitable for CSV import so I have to modify them. Now living in Asia, we don't have firstnames nor surnames. Therefore these students' name are to be truncated. An example of this will be:
Muhammad Ali bin Bahar will become ali.bahar@xxxxxxxx.xxxx.edu
Lim Xie Xie will become xiexie.lim@@xxxxxxxx.xxxx.edu
Now I am doing it manually, is there VBA experts out there that can help with my problem.
Thanks In Advance