Thread: Enumeration
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Berend Botje[_4_] Berend Botje[_4_] is offline
external usenet poster
 
Posts: 1
Default Enumeration

Should work with something like:

(Row X is inserted and colums Y has the increasing number. Increasemen
is Z)

Cells(X,Y).value = Cells(X-1,Y).value +

--
Message posted from http://www.ExcelForum.com