B
Brandon
I am trying to disable the mouse doubleclick on certain
cells(range) of a spreadsheet. I know how to disable
doubleclicking for the entire spreadsheet using:
Application.EditDirectlyInCell = False
Is there a way apply this to a specific range only?
cells(range) of a spreadsheet. I know how to disable
doubleclicking for the entire spreadsheet using:
Application.EditDirectlyInCell = False
Is there a way apply this to a specific range only?