Thread: Freezing a row
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Freezing a row

Have you tried the macro recorder? A good way to learn

--
Don Guillett
SalesAid Software

"Guy Cohen" wrote in message
...
Hi all.
I am using VB6 to generate an EXCEL report.
I would like to set "Window-Freeze panes" to row number 1 by code.
How do I do that?
TIA
Guy