Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the properties for my TextBox, I want to set the Enable to False. Any way
to do this without turning the text gray? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Leave it enabled = True but also Locked = False
-- Regards, Tom Ogilvy "Patrick Simonds" wrote in message ... In the properties for my TextBox, I want to set the Enable to False. Any way to do this without turning the text gray? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Enabled = True
Locked = True ' not false got tongue tied -- Regards, Tom Ogilvy "Patrick Simonds" wrote in message ... In the properties for my TextBox, I want to set the Enable to False. Any way to do this without turning the text gray? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set the 'Locked' property to True
-- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Patrick Simonds" wrote: | In the properties for my TextBox, I want to set the Enable to False. Any way | to do this without turning the text gray? | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW TO DO ENABLE ENABLE THE QUERY PARAMETER BUTTON? | Excel Worksheet Functions | |||
VBA select default Don't Enable / Enable macros Setting | Excel Programming | |||
combobox change event is running when enable events is false | Excel Programming | |||
Set Enable = False without selecting? | Excel Programming | |||
True Or False, no matter what... it still displays the false statement | Excel Programming |