Why does the update of a cell causes my public subroutine to exit ? This is the line in the subroutine:
[ae26] = Cells(ExposureTimeRow, (Selection.Column + 1)).Value
It does exit only if the subroutine is called from another cell, i.e. the formula at a1 is "=mysubname()". If the subroutine is called from a button click, then it is no problem.
Your help is appreciated,
Silmara
[ae26] = Cells(ExposureTimeRow, (Selection.Column + 1)).Value
It does exit only if the subroutine is called from another cell, i.e. the formula at a1 is "=mysubname()". If the subroutine is called from a button click, then it is no problem.
Your help is appreciated,
Silmara