I have a pair of weird errors here. The first is an error that I get with .Borders. I pretty much gave up on trying to fix it as it really wasn't that important and it was only occuring periodically. Thus I wanted to have the .Borders line execute when it could and suppress the error message when it couldn't. I inserted the following before my .Borders line:
Application.DisplayAlerts = False
and
Application.DisplayAlerts = True
after. However, the error message IS NOT being suppressed! GAH! Any ideas on why?
Application.DisplayAlerts = False
and
Application.DisplayAlerts = True
after. However, the error message IS NOT being suppressed! GAH! Any ideas on why?