I have a workbook with several worksheets. Well I figured out how to (in code) make the workbook open to a specific worksheet no matter which worksheet the workbook closed on. But for the life of me I can't figure out how to make a worksheet setfocus to the next blank row on open. it's driving me mad. I tried:
Private Sub Worksheet_Activate()
Rows.FindNext
End Sub
But it only open the worksheet to A1. A1 is blank but is where my title for the sheet is. I want it to find it further down. Any help would be appreciated.
v/r Snay