Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Il 28/03/2013 13:16, Claus Busch ha scritto:
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("E19")) Is Nothing Then Range("E20") = Range("E19") End If End Sub Hallo Claus, I tried your solution and it works. I don't know why the first is Ok for you and not works for me. Strange. Regards and many thanks Paul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Update only at a specific time. | Excel Discussion (Misc queries) | |||
Update a date cell when a target cell change.... | Excel Discussion (Misc queries) | |||
How to update cell on change | Excel Discussion (Misc queries) | |||
Update a Web Query and be able to change the WebAddress manually from a specific Cell | Excel Programming | |||
Update a cell with a specific value related to a date. | Excel Worksheet Functions |