Hi every body,
I have an Excel file from where i pull data from my access database through ado connection defined in a function. The existing function is as below,
======================================
Function Stockprice(sTicker As String, sField As String, sDate As Date, eDate As Date)
Dim...