Run-time error ‘9’ for Yahoo Finance data extract
My VBA code to extract stock price data from Yahoo Finance now shows an error.
The bug is at the following line ReDim resultArray(0 To UBound(csv_rows), 0 To nColumns) As Variant
Is this due to Yahoo changing its website structure? How should I edit my code to continue extracting data from Yahoo Finance?