You are on page 1of 1

Public Sub ShowNames()

Dim Name As Name


For Each Name In ThisWorkbook.Names
Name.Visible = True
Next Name
End Sub

You might also like