Freeze the Title in Excel

K

Khan

Dear All,

I want to Freeze the Title in my columns. Could you please tell me how
I can ?

Khan
 
P

Project Mangler

Khan,

I use

With ActiveWindow
.SplitColumn = 2
.SplitRow = 2
.FreezePanes = True
End With

HTH
 
Top