see if it helps
On Wed, Aug 7, 2013 at 4:33 PM, wrote:
>
>
> On Thursday, June 27, 2013 6:30:36 PM UTC+5:30, vikas khen wrote:
>>
>>
>> Dear All,
>>
>>
>> Please find the excel sheet. I need macro for the same
>>
>>
>>
>> Regards
>>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
Another way that can help you
Sub Statistics_sheetname()
Dim i As Integer
For i = 1 To ActiveWorkbook.Sheets.Count
ActiveSheet.Range("a" & i).Value = Sheets(i).Name
Range("a" & i).Select
Next i
End Sub
2013/1/30, Prince :
> Hi Amir,
> hope this can be help full for you.
>
> Sub test()
> Dim