Hi all,
I have a macro that runs some calculations and then copies results to another file. However, I'm getting a 438 run-time error stating "Object doesn't support this property or method".
Set dbWB = Workbooks.Open(DBFile)
Set dbSh1 = dbWB.Sheets("DB_Ready")...