From: Pas on
How do I stop anyone from changing values or text in a textbox?
The textbox in question is linked to a cell and I dont want anyone able to
click on it and change the value or text.
From: Gary Brown on
Set the 'Enabled' property to FALSE
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"Pas" wrote:

> How do I stop anyone from changing values or text in a textbox?
> The textbox in question is linked to a cell and I dont want anyone able to
> click on it and change the value or text.
From: Pas on
Many thanks it works

"Gary Brown" wrote:

> Set the 'Enabled' property to FALSE
> --
> Hope this helps.
> If it does, please click the Yes button.
> Thanks in advance for your feedback.
> Gary Brown
>
>
>
> "Pas" wrote:
>
> > How do I stop anyone from changing values or text in a textbox?
> > The textbox in question is linked to a cell and I dont want anyone able to
> > click on it and change the value or text.