How do I set via code the Windows Freeze frame at C9 and have the cursor on Cell C9 also Thanks
S Sean Jan 8, 2007 #1 How do I set via code the Windows Freeze frame at C9 and have the cursor on Cell C9 also Thanks
J John Bundy Jan 8, 2007 #2 Does this do what you need? Range("C9").Select ActiveWindow.FreezePanes = True
S Sean Jan 9, 2007 #3 John said: Does this do what you need? Range("C9").Select ActiveWindow.FreezePanes = True -- Click to expand...
John said: Does this do what you need? Range("C9").Select ActiveWindow.FreezePanes = True -- Click to expand...