View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Thief_ Thief_ is offline
external usenet poster
 
Posts: 25
Default what is the formula for adding a new number to the existing numbe.

Inconsistant results? I find that hard to believe! This type of statement is
used heavily in VBA to self-increment a variable and has never failed me-
unless your code is not right!

--
|
+--Thief_
|


"jimb" wrote in message
...
A1=A1+B2 gives inconsistant results, is there another way to do this?