+ Reply to Thread
Results 1 to 3 of 3

place a named cell in the top left corner of the worksheet

  1. #1
    Paul Condron
    Guest

    place a named cell in the top left corner of the worksheet

    I am writing a simple routine but am a novice at this. I want to 'go to'
    various named cells and I always want the cell I go to, to be positioned at
    the top left hand corner of the worksheet. E.g. a:1 or aa:100 or BB:500. Can
    anyone help please?

  2. #2
    JE McGimpsey
    Guest

    Re: place a named cell in the top left corner of the worksheet

    one way:

    Application.GoTo Range("namedcell"), Scroll:=True

    In article <66A40566-A0B4-45F7-AFBF-0E0D48D652C2@microsoft.com>,
    Paul Condron <Paul Condron@discussions.microsoft.com> wrote:

    > I am writing a simple routine but am a novice at this. I want to 'go to'
    > various named cells and I always want the cell I go to, to be positioned at
    > the top left hand corner of the worksheet. E.g. a:1 or aa:100 or BB:500. Can
    > anyone help please?


  3. #3
    Paul Condron
    Guest

    Re: place a named cell in the top left corner of the worksheet

    Thank you very much.

    "JE McGimpsey" wrote:

    > one way:
    >
    > Application.GoTo Range("namedcell"), Scroll:=True
    >
    > In article <66A40566-A0B4-45F7-AFBF-0E0D48D652C2@microsoft.com>,
    > Paul Condron <Paul Condron@discussions.microsoft.com> wrote:
    >
    > > I am writing a simple routine but am a novice at this. I want to 'go to'
    > > various named cells and I always want the cell I go to, to be positioned at
    > > the top left hand corner of the worksheet. E.g. a:1 or aa:100 or BB:500. Can
    > > anyone help please?

    >


+ 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