Re: FW: $$Excel-Macros$$ Need Help - To rename the sheet

2012-06-07 Thread Mangesh Dayne
Hi Rajan, Its working fine now. Thanks again. Mangesh On Thu, Jun 7, 2012 at 8:39 PM, Rajan_Verma wrote: > I think I misunderstood your question , you can use this macro : > > ** ** > > Private Sub Workbook_Open() > > Dim wksSheet As Worksheet > > For Each wksSheet In Me.Wo

FW: $$Excel-Macros$$ Need Help - To rename the sheet

2012-06-07 Thread Rajan_Verma
I think I misunderstood your question , you can use this macro : Private Sub Workbook_Open() Dim wksSheet As Worksheet For Each wksSheet In Me.Worksheets If wksSheet.Name = "Result" Then wksSheet.Copy , ThisWorkbook.Worksheets(ThisWorkbook.Worksheets.Count)

FW: $$Excel-Macros$$ Need help

2012-04-20 Thread Rajan_Verma
Group is not allowing large size Files. So I am sending the Excel file and Access DB on your personal mail. J Rajan From: Rajan_Verma [mailto:rajanverma1...@gmail.com] Sent: Apr/Fri/2012 06:55 To: 'excel-macros@googlegroups.com' Subject: RE: $$Excel-Macros$$ Need help Hi, In shared W

Re: FW: $$Excel-Macros$$ Need help on MIS

2011-08-03 Thread Amit Desai
googlegroups.com >> *Subject:* RE: $$Excel-Macros$$ Need help on MIS >> >> ** ** >> >> Dear All, >> >> ** ** >> >> Please help me on this at the earliest… >> >> ** ** >> >> * * >>