Backboards: 
Posts: 156

amanda, excel answer for you

Sub amanda()
For Each sht In Sheets
With ActiveCell
Selection.FormulaR1C1 = sht.Name
ActiveCell.Offset(1, 0).Select
End With
Next
End Sub



Post a message   top
Replies are disabled on threads older than 7 days.