View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Merike Merike is offline
external usenet poster
 
Posts: 3
Default Writing the result of arithmetic calculation in a cell

In my macro a=1 and h=1
And when I put
Cells(i + 1, "D") = a+h
then it writes 11 in the cell?

But it should write 2. I'm using 2000 version.
--
You can't know everything about everything.