I'm having trouble with the ADO connection and I was wondering if someone can help?
Public Function DownloadData(Symbol As String, StartDate As String, EndDate As String)
Dim DownloadURL, stockSymbol As String
Dim StartMonth, StartDay, StartYear As String
Dim EndMonth, EndDay...