+ Reply to Thread
Results 1 to 3 of 3

List Header Rows Property

Hybrid View

  1. #1
    Mike
    Guest

    List Header Rows Property

    Thanks in advance for any help.

    Is there a VBA function that will tell me the row number
    of the active cell? For example, say that I am in cell
    G149, this function would return the value 149.

    I saw the List Header Rows Property in the Object Browser
    but I'm not really sure if this will do the trick.

    I am using Excel 2000. Thanks again.

    Mike

  2. #2
    Chip Pearson
    Guest

    Re: List Header Rows Property

    Mike,

    Use the Row property. E.g.,

    Dim R As Long
    R = ActiveCell.Row


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com




    "Mike" <anonymous@discussions.microsoft.com> wrote in message
    news:101201c50faf$756601c0$a401280a@phx.gbl...
    > Thanks in advance for any help.
    >
    > Is there a VBA function that will tell me the row number
    > of the active cell? For example, say that I am in cell
    > G149, this function would return the value 149.
    >
    > I saw the List Header Rows Property in the Object Browser
    > but I'm not really sure if this will do the trick.
    >
    > I am using Excel 2000. Thanks again.
    >
    > Mike




  3. #3
    Tom Ogilvy
    Guest

    Re: List Header Rows Property

    ActiveCell.Row

    --
    Regards,
    Tom Ogilvy


    "Mike" <anonymous@discussions.microsoft.com> wrote in message
    news:101201c50faf$756601c0$a401280a@phx.gbl...
    > Thanks in advance for any help.
    >
    > Is there a VBA function that will tell me the row number
    > of the active cell? For example, say that I am in cell
    > G149, this function would return the value 149.
    >
    > I saw the List Header Rows Property in the Object Browser
    > but I'm not really sure if this will do the trick.
    >
    > I am using Excel 2000. Thanks again.
    >
    > Mike




+ 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