+ Reply to Thread
Results 1 to 2 of 2

newbie question. abt cols and rows.

  1. #1
    Guest

    newbie question. abt cols and rows.

    hi,

    i often encounter this scenario.

    when given a single cell, e.g. B3, i want to select the whole B column,
    or the whole of row 3. for example to hightlight the whole row or paste a
    formula from the first cell to the whole column.

    is the a gd way to do this?
    thnks.


  2. #2
    Tom Ogilvy
    Guest

    Re: newbie question. abt cols and rows.

    Range("B3").EntireRow.Select
    Range("B3").EntireColumn.Select

    --
    regards,
    Tom Ogilvy

    <a> wrote in message news:[email protected]...
    > hi,
    >
    > i often encounter this scenario.
    >
    > when given a single cell, e.g. B3, i want to select the whole B column,
    > or the whole of row 3. for example to hightlight the whole row or paste a
    > formula from the first cell to the whole column.
    >
    > is the a gd way to do this?
    > thnks.
    >




+ 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