Email from Work Sheets&Workbooks

Blessy Clara

Board Regular
Joined
Mar 28, 2010
Messages
201
Hi All,

I have 300+Excel workbooks -
Each work book has 5 to 10 Sheets of Data and Emails occur in different columns within the sheets

Is it possible to extract email address from All workbooks
(300Workbook x 10 sheets) manually seems very tough.

Any help or suggestion would be greatly Folder

Common criteria if any use (Workbooks are in a folder Named-Business) and @ symbol for email
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi Clara
Yes it is possible, you have to use VBA:
1. You put all the 300 files in a directory, only these files, manually
2. You open the files one by one with the macro
3. You have to go sheet by sheet in every file with the macro
4. You have to go on every cell, because you do not have a column with emails, with the macro
5. If the cell has an @ in its value you copy the value to a consolidation sheet with the macro
Problems that you will encounter:
a. Where would you get the names of the email you consolidate to create name email pairs.
b. Once you get this working you will need something else and another more until you get your problem totally automated by the macro, that is the hardest part.
Cheers
Sergio
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,580
Members
448,972
Latest member
Shantanu2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top