+ Reply to Thread
Results 1 to 2 of 2

R1C1 Notation in VBA

  1. #1
    Fred Holmes
    Guest

    R1C1 Notation in VBA

    Excel 2000

    Is it possible to use R1C1 notation in VBA? I'm using it in cell
    formulae notation.

    Range("A1").Select of course works.

    However,

    Range("R1C1").Select

    bombs.

    Thanks,

    Fred Holmes

  2. #2
    Jim Thomlinson
    Guest

    RE: R1C1 Notation in VBA

    try

    Cells(1, 1).select
    --
    HTH...

    Jim Thomlinson


    "Fred Holmes" wrote:

    > Excel 2000
    >
    > Is it possible to use R1C1 notation in VBA? I'm using it in cell
    > formulae notation.
    >
    > Range("A1").Select of course works.
    >
    > However,
    >
    > Range("R1C1").Select
    >
    > bombs.
    >
    > Thanks,
    >
    > Fred Holmes
    >


+ 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