Hi all again
So i have part fixed my previous problem with the following code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Row = 5 Then
Target.Offset(55, 0).Select
End If
End Sub
But basically I want users to enter data in cell B5 - then be taken down to the table (at around row 60) but have the cursor go back to B5 after so they can change the data for the table.
So when they go back to B5 - the table remains visible as I have now frozen the pane at B5
Any suggestions?
Bookmarks