I have a data table with Stock trades.
I also have a pivot that shows all currently open stock positions.
I would like to have a calculated field in the pivot that will retrieve the current stock quote from Yahoo and calculate the current value of a position.
I know how to get the stock quotes into excel. I need the data populated in my above pivot table automatically.
I was thinking about creating a "pivot measure" that will include a web service.
Can I do that? or can I call an external VBA function from within the measure ?
a side note: I have the pivot with the open positions working. I have defined the excel cells next to the pivot with the web service formula.
but whenever the pivot is updated (after refresh) the cells next tot he pivot are not updated and keep the old data.
nothing I do resolves the issue.
Thanks for help
I also have a pivot that shows all currently open stock positions.
I would like to have a calculated field in the pivot that will retrieve the current stock quote from Yahoo and calculate the current value of a position.
I know how to get the stock quotes into excel. I need the data populated in my above pivot table automatically.
I was thinking about creating a "pivot measure" that will include a web service.
Can I do that? or can I call an external VBA function from within the measure ?
a side note: I have the pivot with the open positions working. I have defined the excel cells next to the pivot with the web service formula.
but whenever the pivot is updated (after refresh) the cells next tot he pivot are not updated and keep the old data.
nothing I do resolves the issue.
Thanks for help