Refer to Chandoo's guest post by Daniel Ferry: http://chandoo.org/wp/2010/06/02/excel-stock-quotes/
And specifically, to the workbook itself:
http://img.chandoo.org/vba/activerange_yahoofinance_excelhero.com.xls
I have been able to add a column to the range and get the column to populate. My problem is with the Excel editor. I can copy f6 to g6 and get the combo/drop box again, but I cannot seem to figure out how to create one from scratch. I'm about 10% into the Excel 2010 Power Programming book recommended by Hui a few months back, and it has not yet actually started teaching any VBA, so I'm still rather raw on actually coding in VBA.
So, in a nutshell: How do I insert a drop down list box onto the spreadsheet (as would be all the cells from b6 to f6)? I plan to use this code as a basis for a financial dashboard, eventually.
Thanks for anyone taking the time to look in to this,
Don
And specifically, to the workbook itself:
http://img.chandoo.org/vba/activerange_yahoofinance_excelhero.com.xls
I have been able to add a column to the range and get the column to populate. My problem is with the Excel editor. I can copy f6 to g6 and get the combo/drop box again, but I cannot seem to figure out how to create one from scratch. I'm about 10% into the Excel 2010 Power Programming book recommended by Hui a few months back, and it has not yet actually started teaching any VBA, so I'm still rather raw on actually coding in VBA.
So, in a nutshell: How do I insert a drop down list box onto the spreadsheet (as would be all the cells from b6 to f6)? I plan to use this code as a basis for a financial dashboard, eventually.
Thanks for anyone taking the time to look in to this,
Don