Worksheet Change Issue

Joined
Apr 3, 2007
Messages
2
Reaction score
0
Hello

I am doing a date / time update to a cell per worksheet with the following code.

Private Sub Worksheet_Change(ByVal Target As Range)

Range("o2").Value = Format(Now, "[$-409]dd/mmm/yy h:mm AM/PM;@")

End Sub


The problem I am having is the work sheets have Graph's whose source data is on a different worksheet. When the source data changes, the Graph updates but it does not update the current worksheet_change event.

Any ideas on how to make a Graph change trigger this event.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top