View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
bxvang[_3_] bxvang[_3_] is offline
external usenet poster
 
Posts: 1
Default Loop to add +1 in cell?


Yes, it works perfectly. Thanks!

For reference, here is another code that does the same thing.

Sub add_one()

With Activesheet.Range("A1")
.Value = .Value + 1
End With

End Su

--
bxvan
-----------------------------------------------------------------------
bxvang's Profile: http://www.excelforum.com/member.php...fo&userid=3513
View this thread: http://www.excelforum.com/showthread.php?threadid=54893