Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Otto.
I've edited the code as shown below and put it in the Sheet1 Object page but when I change the cells in B3 nothing happens in C3. Can't see what I've done wrong but I must have missed something. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address(0, 0) = "B3" Then If Target = "£" Then Target.Offset(, 1).NumberFormat = "£#,##0.00" Else Target.Offset(, 1).NumberFormat = "General" End If Application.EnableEvents = False Target.ClearContents Application.EnableEvents = True End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
" / " Changing Decimal number format to Fraction on Protected Cell | Excel Worksheet Functions | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
Modify Row & Cell Contents based upon Cells Values | Excel Worksheet Functions | |||
returning a text cell based on a number cell | Excel Worksheet Functions |