Combo Box on Protected sheet problems

PhillipsCPA

New Member
Joined
Nov 8, 2017
Messages
1
In Excel 2013 from Office 365:

Problem: I lose combo box functionality when I protect my worksheet.

Current solutions I've attempted:
I am using an active X combo box for a drop down list using data validation with a named range (CName).

  • The named ranged of the data validation list (CName) is unlocked.
  • CName is on a separate worksheet in the same workbook, but is populated by direct link to another 'central' workbook on our network. I also unlocked the cells that CName links to as well (the central workbook).
  • When I open the combo box properties in 'Design Mode' the locked selection is set to 'false'.

The only cells I have locked in the entire workbook are the 27 cells with my vlookup formula that enables the drop down value selected becomes the 'lookup value'. Still, when I protect the worksheet it disables the combo box.

The VBA on the sheet is directly copied from this instructional: http://www.contextures.com/xlDataVal11.html under the heading 'Add the Code'

I suspect I'm missing a VBA command but don't know what it should be. Does anyone have any ideas with this problem?

Thank You,
Robin
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,214,813
Messages
6,121,705
Members
449,048
Latest member
81jamesacct

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