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
|