This line of code gave no compile error, but a run time error 9:
- should be --
Roll on, upgraded/updated Editor ... !
------------------
Code:
If Rcvd&(dtlItm&>0) Or itmFlg&(dtlItm&)>0 Then
Code:
If Rcvd&(dtlItm)&>0 Or itmFlg&(dtlItm&)>0 Then
------------------
Comment