preventing input in text box

A

alekm

Hi,
is there any way I can disable text box for input but not turning letters gray.
I want them stay black and visible.
Thanx
alekm
 
R

Rick Brandt

alekm said:
Hi,
is there any way I can disable text box for input but not turning letters gray.
I want them stay black and visible.
Thanx
alekm

Set Enabled = False and Locked = True.
 
Top