+ Reply to Thread
Results 1 to 2 of 2

Thread: Cell addressing

  1. #1
    Tomasz Klim
    Guest

    Cell addressing

    Hello

    I have two cells, for example (2,3) and (16,7), and I want to create Range
    from them - C2:G16.

    How to convert (2,3) into C2 ? Of course I know, that I can do it myself
    building an array of letters, but is there a way to force Excel into this
    conversion?

    Thank you in advance!

    tk



  2. #2
    Chip Pearson
    Guest

    Re: Cell addressing

    Try

    Range(Cells(2, 3), Cells(16, 7)).Address


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

    "Tomasz Klim" <tklim-ms@komputronik.pl> wrote in message
    news:%232NfPsijGHA.4504@TK2MSFTNGP03.phx.gbl...
    > Hello
    >
    > I have two cells, for example (2,3) and (16,7), and I want to
    > create Range from them - C2:G16.
    >
    > How to convert (2,3) into C2 ? Of course I know, that I can do
    > it myself building an array of letters, but is there a way to
    > force Excel into this conversion?
    >
    > Thank you in advance!
    >
    > tk
    >
    >




+ 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.2.0