View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hhravn@gmail.com is offline
external usenet poster
 
Posts: 2
Default Non-zero cells returning zero

On 5 Nov., 09:45, wrote:
For some reason i cannot chart the data from this excel sheet. I have
a function retrieving data from the web, and returning it to the
cells, and the values display correctly, but when i try to chart it,
the value of every cell is displayed as zero. Any ideas as to what the
problem could be?

http://hhravn.dk/cc.xlsm


Ok, i've got it.. The function returned a string.. Changing it to int
solved the problem. I'm new at excel :o)