When I reference Excel worksheets using the CodeName property, how do I fully qualify them including the workbook reference?
I want to guard against a scenario with
Sheet1.Cells(1, 1) = "Sheet1 in ThisWorkbook" without the ThisWorkBook prefix works fine without any extra methods
Sheet1.Cells(1, 1) = "Sheet1 in ThisWorkbook"
ThisWorkBook