I want to count total named ranges in the excel workbook.
I am using this following code but this gives me list of all the named ranges. How can I get the absolute number of named ranges rather than list.
Sub List_All_Named_Ranges()
Selection.ListNames
End Sub
I will appreciate your help..
Bookmarks