Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a cell containing a validation listbox. I want to write a code such
that if the user select "No Change", Cell A1 and B2 becomes blank. Below is my code which is not working: Private Sub Workbook_Change() If .Range("C1")= "No Change" Then .Range("A1") = " " .Range("B2") = " " End If End Sub Thanks for your help in advance. -- Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
listbox code | Excel Programming | |||
MORE listbox code | Excel Programming | |||
Modification of listbox to listbox code | Excel Programming | |||
Modification of listbox to listbox code | Excel Programming | |||
Listbox Propery code | Excel Programming |