W
wim hoevenaren
In VB I want to write a script that provides me with the row and column
information of a changed cell.
This can be done with
worksheet_change(ByVal Target as Range)
Target.row and Target.column provides the row and column information of
the changed cell. Target.value provides me with the new updated cell
value.
However, I also want to have the previous cell value of the changed
cell. How can I get this previous cell value?
Regards
wim.
information of a changed cell.
This can be done with
worksheet_change(ByVal Target as Range)
Target.row and Target.column provides the row and column information of
the changed cell. Target.value provides me with the new updated cell
value.
However, I also want to have the previous cell value of the changed
cell. How can I get this previous cell value?
Regards
wim.