I would like to have cell A1 equal the name of Worksheet 1. The worksheets are in date format of 9-7-10. So after formula is entered Cell A1=9-7-10 B1=9-8-10. Each cell with a value would have a sheet. It would probably be easier to look at my attatched sheet.
Thanks in advance.
Hi,
One way with the following macro
It will also list the Totals sheet name so just delete this.Sub ListSheetnames() Dim x As Long For x = 1 To Sheets.Count Range("A1").Cells(x, 1) = Sheets(x).Name Next x End Sub
Rgds
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks