Re: $$Excel-Macros$$ seqence no using vba macro

2010-11-12 Thread ashish koul
try this... Sub numbering() Dim c As Range Dim j As Long j = 1 For Each c In Selection c.Value = j j = j + 1 Next c End Sub On Fri, Nov 12, 2010 at 9:59 AM, renuka chari wrote: > hi experts good morning, > thanks in advance > i want to print in excel sheet cells to 1,2,3,4,5,6,.in the

$$Excel-Macros$$ seqence no using vba macro

2010-11-11 Thread renuka chari
hi experts good morning, thanks in advance i want to print in excel sheet cells to 1,2,3,4,5,6,.in the selected rang, can u help me any one vba code for that macro. thanking you for kind attention. -- -- Some impo