Code: Select all
Private Sub Worksheet_Activate()
Sheet1.ScrollArea = "A1:L20"
'To set back to normal use:
‘Sheet1.ScrollArea = ""
End Sub
Code: Select all
Private Sub Worksheet_Activate()
Sheet1.ScrollArea = "A1:L20"
'To set back to normal use:
‘Sheet1.ScrollArea = ""
End Sub
I do indeed; nice catch.HansV wrote:Don't you mean
Sheet1.ScrollArea = "Scroll_Area"