Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default how disable a button forms ..

Hi all!
I have to disable a button forms when a condition is verified..
ex: a cell change font-color by conditional formatting and in the same time
I have to disable a button...

any idea?
thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default how disable a button forms ..

Hi Milly,

Set the visiibility of the button to the same condition that triggers the
conditinal formatting.

For example:

Me.CommandButton1.Visible = _
Sheets("Sheet1").Range("A1").Value 10

----
Regards,
Norman



"milly" wrote in message
...
Hi all!
I have to disable a button forms when a condition is verified..
ex: a cell change font-color by conditional formatting and in the same
time
I have to disable a button...

any idea?
thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable Close "X" button on User Forms Celtic_Avenger[_50_] Excel Programming 0 October 11th 04 06:25 PM
Disable Close "X" button on User Forms Celtic_Avenger[_49_] Excel Programming 2 October 11th 04 06:20 PM
Disable Button Pete JM[_3_] Excel Programming 2 April 12th 04 01:04 PM
how do you disable a button? jest[_4_] Excel Programming 1 March 4th 04 01:05 PM
Disable Button Pete[_12_] Excel Programming 3 October 8th 03 01:30 PM


All times are GMT +1. The time now is 09:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"