Freeze Panes

  • Thread starter Thread starter Stewart Walker
  • Start date Start date
S

Stewart Walker

I would like to know if it's possible to freeze panes
without the 'freeze panes lines' appearing on the screen...

TIA

Stewart
MOS Excel Expert (not good enough though!)
 
You might try this. In this instance you would want to place cursor at c7
first.
Sub setarea()
ActiveSheet.ScrollArea = "$b6:h14"
'ActiveSheet.ScrollArea = "" 'to reset
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top