Thread: Stock Quotes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken G Ken G is offline
external usenet poster
 
Posts: 34
Default Stock Quotes


If I use the Excel addin to retrieve a stock quote it gives 3 decimal places,
however if I use VBA code to retrieve the quote from MoneyCentral it only
gives two decimal places. This seems to be a limitation of MoneyCentral
rather than the vba code. Where does the addin get its data from?

What code can I use in vba to retrieve 3 decimal places?