View Single Post
 
Old 10-25-2016, 11:15 AM
lwbarnes lwbarnes is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jun 2016
Posts: 3
lwbarnes is on a distinguished road
Default VBA to gather data from one workbook and pasting it in a data set

Hi,

I am currently trying to figure out a VBA to help me sort through data. I haven't started any code yet though. What I am trying to do is have a macro that will go through every hyperlink on one sheet that leads to different workbooks, pull a name and a line of data associated with that name, and put it back on the original workbook but under an "Email List" sheet. I would like the macro to post all data under one person, but keep a list of where that information came from. For example:

John Doe
Hyperlink 1:
Test data
Test data
Test data

Hyperlink 2:
Test data
Test data
Test data

All of the hyperlinks that I would like the macro to go through are in one column, however there are two hyperlinks that I would like it not to go through which will be in another column.

I can attach example workbooks if that would help in this process. Please let me know if this is possible!

Thanks,
lwbarnes
Reply With Quote