View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Project Mangler Project Mangler is offline
external usenet poster
 
Posts: 63
Default Freeze the Title in Excel

Khan,

I use

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

HTH


"Khan" wrote in message
...
Dear All,

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

Khan