ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hide defined names? (https://www.excelbanter.com/excel-programming/439236-hide-defined-names.html)

H.G. Lamy

Hide defined names?
 
Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl



Jacob Skaria

Hide defined names?
 
Refer the below site for a custom Name Manager that gives you better control
over names and can hide them from displaying.

http://jkp-ads.com

--
Jacob


"H.G. Lamy" wrote:

Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl


.


Bob Phillips[_4_]

Hide defined names?
 
Yes they can. In VBA use

Activeworkbook.Names("myName").Hidden = True

But I agree with Jacob, get NameManager, it is the best addin available to
Excel, and it is free!

HTH

Bob

"H.G. Lamy" wrote in message
...
Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl




H.G. Lamy

Hide defined names?
 
Thank you.

I've heard about J's Name Manager, but was concerned about too much
'overhead' in memory.

"Hidden" as suggested I've tried, but doesn't seem to exist (in my XL 2003
version), but apparently "visible" does the trick.

Regards,

hgl





"Bob Phillips" wrote in message
...
Yes they can. In VBA use

Activeworkbook.Names("myName").Hidden = True

But I agree with Jacob, get NameManager, it is the best addin available to
Excel, and it is free!

HTH

Bob

"H.G. Lamy" wrote in message
...
Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl






Bob Phillips[_4_]

Hide defined names?
 
Sorry, wrong property name. I have never understood why MS use Hidden in
some context, visible in others. Consistent it ain't!

As to NameManager, it has a small enough footprint. It is the one addin I
would not be without, I would even pay for it if I had to.

Bob

"H.G. Lamy" wrote in message
...
Thank you.

I've heard about J's Name Manager, but was concerned about too much
'overhead' in memory.

"Hidden" as suggested I've tried, but doesn't seem to exist (in my XL 2003
version), but apparently "visible" does the trick.

Regards,

hgl





"Bob Phillips" wrote in message
...
Yes they can. In VBA use

Activeworkbook.Names("myName").Hidden = True

But I agree with Jacob, get NameManager, it is the best addin available
to Excel, and it is free!

HTH

Bob

"H.G. Lamy" wrote in message
...
Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl








Dave Peterson

Hide defined names?
 
You don't have to load the name manager each time you use excel.

I keep a copy in my utilities folder and only open it when I need it.



"H.G. Lamy" wrote:

Thank you.

I've heard about J's Name Manager, but was concerned about too much
'overhead' in memory.

"Hidden" as suggested I've tried, but doesn't seem to exist (in my XL 2003
version), but apparently "visible" does the trick.

Regards,

hgl

"Bob Phillips" wrote in message
...
Yes they can. In VBA use

Activeworkbook.Names("myName").Hidden = True

But I agree with Jacob, get NameManager, it is the best addin available to
Excel, and it is free!

HTH

Bob

"H.G. Lamy" wrote in message
...
Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl




--

Dave Peterson

H.G. Lamy

Hide defined names?
 
Recommendation appreciated,

hgl

"Dave Peterson" wrote in message
...
You don't have to load the name manager each time you use excel.

I keep a copy in my utilities folder and only open it when I need it.



"H.G. Lamy" wrote:

Thank you.

I've heard about J's Name Manager, but was concerned about too much
'overhead' in memory.

"Hidden" as suggested I've tried, but doesn't seem to exist (in my XL
2003
version), but apparently "visible" does the trick.

Regards,

hgl

"Bob Phillips" wrote in message
...
Yes they can. In VBA use

Activeworkbook.Names("myName").Hidden = True

But I agree with Jacob, get NameManager, it is the best addin available
to
Excel, and it is free!

HTH

Bob

"H.G. Lamy" wrote in message
...
Hello,

can defined names be hidden so as to prevent accidental deletion ?

Regards,

hgl




--

Dave Peterson





All times are GMT +1. The time now is 06:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com