I have added these issues to the next release:
- smfGetYahooPortfolioView possible incorrect data returned #9
- smfGetYahooHistory close / adjclose using wrong pItem codes #19
- Duplicate Excel 2010 Function #18
There was no issue with smfGetYahooPortfolioView. The user was also calling smfGetYahooHistory and that is where they were getting unadjusted intead of adjusted close
Issue# 18 is some unused code in the add-in that matched an Excel internal function and will be deleted. It may have been originally written before Excel added the IFERROR() function.
The following modules will be updated:
RCHGetYahooHistory() & smfGetYahooHistory to change the Items back to C for adjusted close and U for unadjusted close. A will now be allowed as well, but simply be converted to use C for adjusted.
smfUtilities_ to remove function IfError().
modGetElementNumber to update version number
No comments:
Post a Comment