
Originally Posted by
venkat1926
use event code "change" in worksheet event code
right click sheet tab and click view code and in the sheet code window
in the left arrow choose "worksheet"
in the right arrow choose "change"
from the drop down lists.
you write the code there.
this means whenever the target ( a particular cell in the sheet changes due to refresh) changes value due to refresh, the code will run. If a number of cells change due to refresh then make the last cell which changes as the target.
you have to some experiments with a dummy file.
Bookmarks