Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to find text in worksheet and get the address of this cell ?
My example: A B C D 1 x c 2 x c 3 x c 4 x c 5 y I'm interested to select range "A1":"XY" where the XY should be always before the y, so I need to find a text "y" and read the address of this cell and passed it to Range("A1":XY).select in this case it will be range ("A1":"B4") but below 1 - will be ("A1":"B3") ; 2 - will be ("A5":"B9") A B C D 1 x c 2 x c 3 x c 4 y 5 x c 6 x c 7 x c 8 x c 9 x c 10 y |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return Value from a Range (depends on input to determind month) | Excel Worksheet Functions | |||
Add Rows depends on the number in a cell | Excel Worksheet Functions | |||
How can change range to select active rows instead of :=Range("S10 | Excel Discussion (Misc queries) | |||
Select always same Rows range | Excel Discussion (Misc queries) | |||
How do I place Range text into a header? | Excel Worksheet Functions |