Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Rang1.cells(1).select
HTH -- AP a écrit dans le message de oups.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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
First row in Selection range (first index of a cell) EXCEL VBA | Excel Worksheet Functions | |||
How to get the last cell within a selection range? | Excel Programming | |||
Selection range to last non empty cell | Excel Programming | |||
Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue. | Excel Programming | |||
Cell range selection after calculation | Excel Programming |