I'd like to be able to tell which cell changed (As in WorksheetChange).
WorksheetCalculate doesn't tell me which
cell has changed.
Usually I use InitializeLinks because my
data is coming from an outside source and
this works perfectly. In this case however,
it's being calculated from within the worksheet. Can I fake out excel into thinking it's coming in from an external source and use initializeLinks?
Or is there an easy way to do this?
Many thanks in advance.
WorksheetCalculate doesn't tell me which
cell has changed.
Usually I use InitializeLinks because my
data is coming from an outside source and
this works perfectly. In this case however,
it's being calculated from within the worksheet. Can I fake out excel into thinking it's coming in from an external source and use initializeLinks?
Or is there an easy way to do this?
Many thanks in advance.