I have an Excel sheet that I created. For this sheet it pulls in a data feed on two of the sheets. The data feed has a parameter which I populate from a Drop Down that is fed off of another sheet. I'm trying to automate this process. I want to be able to have the file run through each one of the ID's (the parameter), run the data feed, save the excel sheet, run the next ID save and so on until it goes through the list. Can someone please please help me with this? Warning I'm new to VBA.
feedback
|
|
1) you need a list of your IDs. I like Named Ranges, so mine is named ID_List 2) Loop thru your list
Need some specific answers! | |||
|
feedback
|