27-10-20 12:20 PM
27-10-20 01:24 PM
Return GetInstance(Handle).Workbooks(Name)
. What I would do first is comment out everything in your code except the call to GetWorksheet(), and test with just that to make sure it is what is causing the error. After that, I would run your process again, step into Apply Filter and double check that it is supplying a valid handle and workbook name.27-10-20 05:29 PM