In Excel, VBA - How can we lock resizing of a rectangle
Posted
by sruthi
on Stack Overflow
See other posts from Stack Overflow
or by sruthi
Published on 2010-03-04T04:47:47Z
Indexed on
2010/03/11
18:39 UTC
Read the original article
Hit count: 564
excel-vba
I have an excel sheet that contains two rectangles and text in other cells. I need to allow users to only edit the text in the rectangle. They should not be able to change the size of the object. Applying lock on the rectangle locks the object as well as the text. Does anyone know how I can achieve this?
© Stack Overflow or respective owner