VC use Excel?

  • Thread starter Thread starter woodcolt
  • Start date Start date
W

woodcolt

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!
 
This is in VBA help file.

Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.FreezePanes = True
 
who knows what VC dose?

JLGWhiz said:
This is in VBA help file.

Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.FreezePanes = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top