Subject: Re: OT: Bad day for data moochers
I use the STOCKHISTORY function in Excel for historic data download. More details are on Microsoft support page for STOCKHISTORY.

Thanks for the reminder. Tried that once before and discarded it as useless because the end dates for multi symbols would not match.

Maybe I can still use it with something like this for 1 yr history of prices but still no dividend.

=STOCKHISTORY(D2,TODAY()-2*365,TODAY())

GD_