+ Reply to Thread
Results 1 to 3 of 3

Offset Glitch

  1. #1
    Arturo
    Guest

    Offset Glitch

    From an active cell, how can I select that cell and the two to its right?

    Thanks,
    Arturo

  2. #2
    gocush
    Guest

    RE: Offset Glitch

    Range(Activecell,Activecell.Offset(0,2)).Select

    "Arturo" wrote:

    > From an active cell, how can I select that cell and the two to its right?
    >
    > Thanks,
    > Arturo


  3. #3
    Chip Pearson
    Guest

    Re: Offset Glitch

    Arturo,

    Try something like

    ActiveCell.Resize(,3).Select


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




    "Arturo" <Arturo@discussions.microsoft.com> wrote in message
    news:F6D2E07E-A25C-4154-8882-A49F3ABC3D89@microsoft.com...
    > From an active cell, how can I select that cell and the two to
    > its right?
    >
    > Thanks,
    > Arturo




+ 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