J
Jim May
..... Omission of lines
str1 = Right(Target.Formula, Len(Target.Formula) - 1)
If WorksheetFunction.Find("!", str1) = Err Then Exit Sub << Not Right !!
line 2 above tests for - If the formula str1 DOES NOT refer to another Sheet
(with !)
then exit Sub
But what is (Right)?
TIA,
Jim
str1 = Right(Target.Formula, Len(Target.Formula) - 1)
If WorksheetFunction.Find("!", str1) = Err Then Exit Sub << Not Right !!
line 2 above tests for - If the formula str1 DOES NOT refer to another Sheet
(with !)
then exit Sub
But what is (Right)?
TIA,
Jim