Worksheet_Change() not being called when expected
Posted by Cathy on May 24, 2001 11:58 AM
I'm assuming that Worksheet_Change() should
be getting called when my worksheet updates from
external links.... but the subroutine is only
getting called when I manually change a cell.
Should the subroutine be getting called by updates
from external links? If so, any ideas on why
my code is not getting called?
thanks in advance