Good day, I have had a workbook that i have been using for the past 8 months. Suddenly in the past 24 hours the VBA command line below began throwing up Run-time error 9. All workbooks exist and this error is occurring across a lot of similar workbooks i use. Was it an update? How can i fix this issue?
Dim credi As Worksheet: Set credi = Workbooks("TestWorkbook").Sheets("Credi")
Dim credi As Worksheet: Set credi = Workbooks("TestWorkbook").Sheets("Credi")