hi Jindon
the addition of the MSGBOX is good now, but that
is causing a line in my Private Sub Worksheet_Change(ByVal Target As Range)
specifically, the line
to malfunction with an Error message COMPILE ERROR VARIABLE NOT DEFINED. The Worksheet Change was working fine all along even without defining it (before adding your above), now how should I work around this after adding..? After adding the Option Explicit, now every time i make any input change to the Sheet, this error pops up.
Even as I define it as Long, EXCEL looks for other variables (1-by-1) to call out the same Error msg complaining they are not defined, and I have quite a number of variables that were working nicely without being defined.
Any workaround ..?
Bookmarks