Goal Seek fails on a protected sheet

Giordano Bruno

Well-known Member
Joined
Jan 7, 2007
Messages
1,341
I have a Goal Seek macro which runs automatically when certain cells are changed. If the worksheet is unprotected and I change a cell, the code works as it should. The first line of the code in the Worksheet_Change macro unprotects the worksheet and the last line protects it with the code. ".Protect Password:=pwd, UserInterFaceOnly:=True. Having run the code once, and with the worksheet now protected, when I change a cell again, the code stops with the error message "Reference isn't valid". Effectively the code will only work if the worksheet is unprotected before I change the cell value. The same problems occurs even when every cell in the worksheet is unlocked. Does anyone know of a solution?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

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