In my first sub i have
on error goto next
thats fine, but when that sub calls a 2nd sub, the 2nd sub still inherits that line so that if there is an error in that 2nd sub it ignores it and doesnt catch it. How do i make it so that the normal error handler works in new subs called, thanks!!
on error goto next
thats fine, but when that sub calls a 2nd sub, the 2nd sub still inherits that line so that if there is an error in that 2nd sub it ignores it and doesnt catch it. How do i make it so that the normal error handler works in new subs called, thanks!!