Hello
i have a sheet that contains information about some buttons that i have created, the information is about which buttons should be enabled or not.
for each button i have a named cell associated with it
eg.
Application.CommandBars("Worksheet Menu Bar".Controls("Custom Edit".Controls("RSS".enabled = Sheets("WorkbookInfo".Range("enableRSS"
The sheet 'WorkbookInfo' is very hidden and protected from the user, but the range names can still be changed using the Insert>Name> define command.
is there anyway that i can prevent the user from changing these names, or even better, not even know they exist?
so when i hide the sheet, the names associated with it are hidden too??
i hope someone can help
i have a sheet that contains information about some buttons that i have created, the information is about which buttons should be enabled or not.
for each button i have a named cell associated with it
eg.
Application.CommandBars("Worksheet Menu Bar".Controls("Custom Edit".Controls("RSS".enabled = Sheets("WorkbookInfo".Range("enableRSS"
The sheet 'WorkbookInfo' is very hidden and protected from the user, but the range names can still be changed using the Insert>Name> define command.
is there anyway that i can prevent the user from changing these names, or even better, not even know they exist?
so when i hide the sheet, the names associated with it are hidden too??
i hope someone can help