+ Reply to Thread
Results 1 to 2 of 2

rowlevel selecting

  1. #1
    George
    Guest

    rowlevel selecting


    Can I select or determine wether a cell is in rowlevel 1?


    --
    George
    ------------------------------------------------------------------------
    George's Profile: http://www.hightechtalks.com/m830
    View this thread: http://www.hightechtalks.com/t2343520


  2. #2
    Tom Ogilvy
    Guest

    Re: rowlevel selecting

    for i = 1 to 20
    if rows(i).OutlineLevel = 1 then
    msgbox "row " & i & " at Level 1"
    end if
    Next

    Note that the default is outlinelevel 1, so you would need to restrict your
    search to the rows in the outline area.

    --
    Regards,
    Tom Ogilvy


    "George" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Can I select or determine wether a cell is in rowlevel 1?
    >
    >
    > --
    > George
    > ------------------------------------------------------------------------
    > George's Profile: http://www.hightechtalks.com/m830
    > View this thread: http://www.hightechtalks.com/t2343520
    >




+ 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