I have placed the following syntax in the general declarations section (VBA Project, Microsoft Excel Objects, ThisWorkbook) of a workbook, in an attempt to coax the file to always open with the cursor in a specific location, but it is not working. Does anyone have any suggestions?
Worksheets("Sheet1"
.Activate
Range("A6:a6"
.Select
Worksheets("Sheet1"
Range("A6:a6"