The Drawing cross

B

Bobby

Hi,
I did create on an Excel sheet menu containning text created with
drawing. With the Worksheet active event I only leave the tabs and the
basic toolbar. Here's the question:
Going over the text(object) with the mouse the user could click and
alter the text. Is it possible to block it?
Thanks.
 
C

chris

As you have created the menu item using text object, the user can
change the content by clicking on the object, I suggest you to use
label instead and try the same by running Worksheet active event

Chris
 
Top