$$Excel-Macros$$ Re: excel sheets in ascending Order

2008-11-29 Thread Arun Kalra
Use this code to make sheets in order. Sub sheetorder() Dim i As Integer, j As Integer, x As Integer x = Sheets.Count On Error GoTo Errortrap: For i = 1 To x - 1 For j = 1 To x If Sheets(j).Name < Sheets(i).Name Then Sheets(j).Move Before:=Sheets(i) End If Next Next Sheets(1).Select Errortrap: End

$$Excel-Macros$$ Re: excel sheets in ascending Order

2008-11-29 Thread Mattathil M. Pradeep
Dear Mr. Abhijit Kanhegaonkar Thank you very much. It's one of very good utility. Thanks and Regards M. M. Pradeep From: excel-macros@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abhijit Kanhegaonkar Sent: Friday, November 28, 2008 12

$$Excel-Macros$$ Mumbai: we will not be divided

2008-11-29 Thread bikramjit singh
Hi, I just signed an urgent message calling for unity following the attacks in Mumbai. Read the email below - Thanks -- Dear friends across India and the world, We're all feeling the shock of the awful attacks in Mumbai. All our hearts go out to the victims and their f

$$Excel-Macros$$ Re: Starting

2008-11-29 Thread sushil.karalkar
Hi Pankaj the best way to learn excel is through Help mennu. Further there are many online website which have online tutorials on their sites. you can go through it and learn excel. Alternativelly you can order any of the books on excel which are widely availble in the many book stores and int

$$Excel-Macros$$ Re: Starting

2008-11-29 Thread sushil
Hi Pankaj The best way to learn excel is through Help menu. Further there are many online website which have online tutorials on their sites. you can go through it and learn excel. Alternativelly you can order any of the books on excel which are widely availble in the many book stores and over th