How to keep buttons functional in a protected sheet

wberg82

New Member
Joined
Feb 19, 2016
Messages
38
I have sheet that is designed for end users to only be able to put information in unlocked cells. I want them to then be able to click the corresponding the button that puts this information into a master sheet. THEY ARE NOT TO BE ABLE to edit any sheets or any buttons. I have around 200 different buttons.How do I keep the workbook protected, but still allow the end users to click buttons?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
wberg82, don't fully understand the question. Are you saying
1. the buttons can't be pressed when the sheet is protected, or
2. the macros don't work when the sheets are protected?

1. When I have a sheet with simple form buttons, they keep working when the sheet is protected
2. there are two options, either in your code unprotect then after the changes protect again, or use the UserInterfaceOnly option.

you can read more about this on this link: http://codevba.com/excel/protect_worksheet.htm#.XKUQJCgzZ3g
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,249
Members
452,623
Latest member
Techenthusiast

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