hey pranay...
I did work on your excel but could not get much time to proceed further... I am sharing the partially done excel sheet so that someone can help here. I have a macro in it named
and this is how you will use it to get the historical data
all these parameters passed are return variables and will hold the data in them... I am sharing this file so that someone else can help you here to code the rest of part while i will work on a "market research desk" tool that i recently started to work... A combination of quick tools that one might need in every day.. But dont expect any quick turnaround :d
have a good day.
www.vikasverma.com/downloads/tracking.zip
I did work on your excel but could not get much time to proceed further... I am sharing the partially done excel sheet so that someone can help here. I have a macro in it named
Code:
public sub gethistoricaldatadata(byval scrip as string, _
byref yearhigh as double, byref yearlow as double, _
byref halfyearhigh as double, byref halfyearlow as double, _
byref quarterhigh as double, byref quarterlow as double, _
byref monthhigh as double, byref monthlow as double, _
byref fortnighthigh as double, byref fortnightlow as double, _
byref weeklyhigh as double, byref weeklylow as double _
)
Code:
gethistoricaldatadata "tatasteel", _
yearhigh , yearlow , _
halfyearhigh , halfyearlow , _
quarterhigh , quarterlow , _
monthhigh , monthlow , _
fortnighthigh , fortnightlow , _
weeklyhigh , weeklylow
have a good day.
www.vikasverma.com/downloads/tracking.zip
I am not able to understand the program. Can you please send me the excel sheet with all my requirements incorporated in it for one or two scrips
I want that my excel sheet should look like as attached excel sheet
Thanks
pranay
Last edited: