+ Reply to Thread
Results 1 to 3 of 3

Help with Excel FreezePanes from code

  1. #1
    lanem
    Guest

    Help with Excel FreezePanes from code

    I can't get this to work. Please help. Here's my code:

    Dim xl As New Spreadsheet

    xl.Selection.Cells(2, 2).Activate()
    xl.ActiveWindow.FreezePanes = True

    There's no errors . . . it just doesn't set up the FreezePanes stuff.

  2. #2
    Tom Ogilvy
    Guest

    RE: Help with Excel FreezePanes from code

    Dim xl As Worksheet

    Set xl = Activesheet
    xl.Selection.Cells(2, 2).Activate()
    xl.ActiveWindow.FreezePanes = True

    --
    Regards,
    Tom Ogilvy


    "lanem" wrote:

    > I can't get this to work. Please help. Here's my code:
    >
    > Dim xl As New Spreadsheet
    >
    > xl.Selection.Cells(2, 2).Activate()
    > xl.ActiveWindow.FreezePanes = True
    >
    > There's no errors . . . it just doesn't set up the FreezePanes stuff.


  3. #3
    lanem
    Guest

    RE: Help with Excel FreezePanes from code

    That did not help.

    BTW, I'm doing this from ASP.NET 2.0 using VB.NET.

    Thanks anyway.

    "Tom Ogilvy" wrote:

    > Dim xl As Worksheet
    >
    > Set xl = Activesheet
    > xl.Selection.Cells(2, 2).Activate()
    > xl.ActiveWindow.FreezePanes = True
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "lanem" wrote:
    >
    > > I can't get this to work. Please help. Here's my code:
    > >
    > > Dim xl As New Spreadsheet
    > >
    > > xl.Selection.Cells(2, 2).Activate()
    > > xl.ActiveWindow.FreezePanes = True
    > >
    > > There's no errors . . . it just doesn't set up the FreezePanes stuff.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1