Thread
:
incrementing a cell value
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jay Fincannon
external usenet poster
Posts: 23
incrementing a cell value
how can i shorten this?
ActiveCell.Offset(0, 1 - ActiveCell.Column) = ActiveCell.Offset(0, 1
ActiveCell.Column) +1
Reply With Quote
Jay Fincannon
View Public Profile
Find all posts by Jay Fincannon