+ Reply to Thread
Results 1 to 2 of 2

First row in Selection range (first index of a cell) EXCEL VBA

  1. #1
    mar_male@wp.pl
    Guest

    First row in Selection range (first index of a cell) EXCEL VBA

    Hello,
    I have a problem with selecting first cel in selection Range or return
    an index of the first cell in Selection Cell.

    I have something like this:
    ....................
    Range1.Select
    "and here I want to Select the first range in selection Range1"
    .............
    I there any special function of finding first cell in selection range
    or returning an index of the first cell??
    Thanks for answet
    Marcin


  2. #2
    Ardus Petus
    Guest

    Re: First row in Selection range (first index of a cell) EXCEL VBA

    Rang1.cells(1).select

    HTH
    --
    AP

    <mar_male@wp.pl> a écrit dans le message de
    news:1142862277.445113.112660@j33g2000cwa.googlegroups.com...
    > Hello,
    > I have a problem with selecting first cel in selection Range or return
    > an index of the first cell in Selection Cell.
    >
    > I have something like this:
    > ...................
    > Range1.Select
    > "and here I want to Select the first range in selection Range1"
    > ............
    > I there any special function of finding first cell in selection range
    > or returning an index of the first cell??
    > Thanks for answet
    > Marcin
    >




+ 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