How can I get access to each of the named ranges I've created in an Excel Worksheet so that I can delete them?
I can't use For Each construct to loop through the Names collection as I'm not using VB here (actually Delphi).
I'm using for I = 1 to Names.Count
Range = Workbook.Names(I)
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.