Hidden name
dim nm as Name
for each nm in Thisworkbook.Names
if nm.Visible = False then
nm.Delete
end if
Next
Untested, but should work.
--
Regards,
Tom Ogilvy
"Stéphane Simard" wrote in message
...
Could you tell me how delete the hidden names?
Thank you.
|