I'm using the following:
where TxInfo.Tbox_LongDecDeg has a change event tied to it. Even though I disabled events in the line before, changing that value is still dropping me into the the Tbox_LongDecDeg_Change() event. Am I using an incorrect syntax?![]()
Application.EnableEvents = False TxInfo.Tbox_LongDecDeg.Value = Data.Cells(CurrentRow, 15).Value Application.EnableEvents = True
Bookmarks