View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] 2008rasko@gmail.com is offline
external usenet poster
 
Posts: 1
Default about & operator

i have a question about & operator.i was using that operator in a
vicious circle ( for x ...next x ).
but that operator not runing with my vicious..

example :
sub report()

cash1= 25/05/2008
for i = 1 to 10
'PROBLEM THIS BELOW!!!
"cash"& i = cash1 + i
next i

end sub

i want to that result
cash2 = 26/05/2008
cash3 = 27/05/2008

how can i do it?