I have a spreadsheet that includes a header and data matrix. The header includes 4 rows, each row having 2 merged cells (B4:C4, B5:C5, B6:C6 and B7:C7). My data matrix includes cells B11:E15. All others cells in the spreadsheet are locked. After completing the header it will remain the same for all instances of completing the data matrix. However, when I complete the data matrix by completing cell E15, I want the cursor to automatically return to cell B11 rather than returning to the merged header cell B4:C4. Can anyone help me with the worksheet VBA code to complete this task?