I have a bit of code that has been working fine for years, but now suddenly get feedback from some users that my error catching shows them "Insert method of range class failed". The simplified version of my code is the following:
Sub AddLine()
On Error GoTo ErrCatch
Set Sht =...