I have a protected sheet where users can make choices (by DataValidation) to certain cells.
I want to use the "BeforeDoubleClick" event to let the users switch between the options.
So if a cell holds "Option A" and "Option B", then doubleclicking would switch from "Option A" to "Option B" and vice-versa.
But the "BeforeDoubleClick" is never fired when a cell has DataValidation applied to it (when the sheet is protected)
Does anyone have a workaround for this issue?
I want to use the "BeforeDoubleClick" event to let the users switch between the options.
So if a cell holds "Option A" and "Option B", then doubleclicking would switch from "Option A" to "Option B" and vice-versa.
But the "BeforeDoubleClick" is never fired when a cell has DataValidation applied to it (when the sheet is protected)
Does anyone have a workaround for this issue?