Forum Discussion

perkin_warbeck's avatar
perkin_warbeck
Brass Contributor
Feb 27, 2024

Why am I suddently getting a VBA Automation Error in code that has been thoroughly tested?

The following code has never given an error until now: Sheets("Template").Visible = True  The error is I was able to eliminate the error by writing Dim sh as Worksheet set sh = Sheets("Temp...

Resources