Code:
Seg_Array = Split(String_X12N, Seg_Delim)
Last week, this code was working. Now, it consistently triggers an MDA pop-up which says
"The CLR has been unable to transition from COM context 0x18f650 to COM context 0x18f7a0 for 60 seconds. et cetera"
It does NOT wait sixty seconds. It is immediate upon clicking single-step on the Split line.
--
Wes Groleau