View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
LesioB1 LesioB1 is offline
external usenet poster
 
Posts: 3
Default some simple (?) simulation

Per Jessen pisze:
Hi

Maybe i = i + 1 ?

Regards,
Per

"LesioB1" skrev i meddelelsen
...
Hi,
do some know how to simulate in VBA operation known in C as ++i, it's
mean add to the same variable

The Best

Lesio



Per
in above (describe by you) case you get implade on recurrence call and
this is the point.

LesioB1