Ok, I keep getting an error number like
-2147467259
and everytime I do something to fix it I get another error with that same number with a different reason. I assume these are trappable errors. However, when I try to trap the error I get a runtime error in my line of code where it says
err.Raise err.Source, err.Number…etc…
Just curious what you all know about it. Thakns.