Locking Navigation Between Worksheets

nutrageousd

New Member
Joined
Aug 19, 2009
Messages
25
Hi All,

Does anybody know if there is a way to prevent a user from navigating between worksheets by clicking the tabs at the bottom? I have a workbook that has "Next" and "Back" buttons to jump between worksheets, and I want to prevent users from being able to over ride it by clicking the tabs. (I have a macro to check that they fill out all necessary fields)

Thanks in advance!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Just hide the tabs.

In Excel 2007 it's Office Button-->Advanced-->Display options for this workbook-->Uncheck Show sheet tabs. For earlier versions goto Tools-->Options.

Note that's not going to stop CTRL+Page Up/Down navigation.

HTH,
 
Upvote 0
Instead of disabling native capabilities enhance your code to guide people to the correct worksheet if they jump to the wrong one.
Hi All,

Does anybody know if there is a way to prevent a user from navigating between worksheets by clicking the tabs at the bottom? I have a workbook that has "Next" and "Back" buttons to jump between worksheets, and I want to prevent users from being able to over ride it by clicking the tabs. (I have a macro to check that they fill out all necessary fields)

Thanks in advance!
 
Upvote 0
Instead of disabling native capabilities enhance your code to guide people to the correct worksheet if they jump to the wrong one.

I think you're giving end users far too much credit.

But to Tushar's point, any native feature you disable should also be re-enabled when you're done, otherwise you'll have upset users.
 
Upvote 0

Forum statistics

Threads
1,215,248
Messages
6,123,867
Members
449,130
Latest member
lolasmith

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top