Hi All
I got a task at hand to automate a dashboard
i need to auto timestamp using system time a particular cell based on any change in the target cell.
have used the below vba code successfully.
Private Sub Worksheet_Change(ByVal Target As Range)
Now going one step further, when i make the target cell formula based i.e (derive its value from some other sheet in the work book)
the below VBA code doesnt work. it works only when i manually change the value in the target cell as against putting a formula and deriving it
Will appreciate any quick help on this one.Please Login or Register to view this content.
Moderators Note: Please follow Forum Rule #3 and use code tags. Added this time, but please use them in the future…Thanks.
Bookmarks