Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Lots of people here help others out - I'm glad you found something
that works for you. Pete On Aug 6, 6:38 pm, Ross wrote: Hey Pete!! I found an alternate way of doing what i wanted to... Tried it out in bits and pieces and i think its good enough to suit my needs..... Sub getsheetnames() x = 1 Dim ws As Worksheet For Each ws In ThisWorkbook.Worksheets Worksheets("Sheet1").Cells(x, 2) = ws.Name + "!" x = x + 1 Next ws End Sub And along with this, =INDIRECT(B1 & "A1"). I guess you would be familiar with this... You know i never expected anyone to even consider helping me out.... Thanks a ton once again... :)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
average data from diff sheets | Excel Worksheet Functions | |||
Common range name for 2 sheets | Excel Discussion (Misc queries) | |||
Dragging formula linked to diff sheets | Excel Discussion (Misc queries) | |||
group & summarize diff rows of data that have something in common | Excel Discussion (Misc queries) | |||
Append the data given in diff sheets of an Excel File to one sheet | Excel Worksheet Functions |