View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John Bundy John Bundy is offline
external usenet poster
 
Posts: 93
Default Set Windows Freeze Panes

Does this do what you need?
Range("C9").Select
ActiveWindow.FreezePanes = True


--
--
-John
Please rate when your question is answered to help us and others know what
is helpful.

"Sean" wrote in message
ps.com...
How do I set via code the Windows Freeze frame at C9 and have the
cursor on Cell C9 also

Thanks