ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   variable row count 2 (https://www.excelbanter.com/excel-programming/319016-variable-row-count-2-a.html)

Bart

variable row count 2
 
Hello

I have to make a variable selection on wich i do a sort function.
I already had become a piece of code to detect te end of the rows, but that
isnt going to work here, because there is a second field of rows that are
variable.
So is it possible to search on a certain text for detecting te variable
rows? and than make a selection to this certain text?

X\
X fixed rows
X/
1\
2
3 variable rows on wich te sort fuction has to be applied
4
5/
x\ CERTAIN TEXT
x
x fixed rows
x
x/
1\
2 variable rows (no sort function)
3/
x\
x fixed rows
x/

Rob van Gelder[_4_]

variable row count 2
 
How do you know when the variable rows stop? Is it when there is an X ?
Some real data would be handy.

The pseudocode might look a little like:

startingrow = 4
currentrow = startingrow
if cells(currentrow, 1) < "x" then
do until cells(currentrow, 1) = "x"
currentrow = currentrow + 1
loop
end if
range(cells(startingrow, 1), cells(currentrow-1, 1)).sort



--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Bart" wrote in message
...
Hello

I have to make a variable selection on wich i do a sort function.
I already had become a piece of code to detect te end of the rows, but
that
isnt going to work here, because there is a second field of rows that are
variable.
So is it possible to search on a certain text for detecting te variable
rows? and than make a selection to this certain text?

X\
X fixed rows
X/
1\
2
3 variable rows on wich te sort fuction has to be applied
4
5/
x\ CERTAIN TEXT
x
x fixed rows
x
x/
1\
2 variable rows (no sort function)
3/
x\
x fixed rows
x/





All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com