Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use TypeLib include microsoft Excel 11.0 object library .Is there a way
to programatically freeze panes? I want my column headers to be locked rather than scroll when scrolling the window down?I do not found Excel.Window.activeWindow.FreezePanes in Cwindows or Cwindow0 class! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is in VBA help file.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activa te ActiveWindow.FreezePanes = True "woodcolt" wrote: I use TypeLib include microsoft Excel 11.0 object library .Is there a way to programatically freeze panes? I want my column headers to be locked rather than scroll when scrolling the window down?I do not found Excel.Window.activeWindow.FreezePanes in Cwindows or Cwindow0 class! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
who knows what VC dose?
"JLGWhiz" wrote: This is in VBA help file. Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activa te ActiveWindow.FreezePanes = True "woodcolt" wrote: I use TypeLib include microsoft Excel 11.0 object library .Is there a way to programatically freeze panes? I want my column headers to be locked rather than scroll when scrolling the window down?I do not found Excel.Window.activeWindow.FreezePanes in Cwindows or Cwindow0 class! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|