S
Sinobato
Hello Excel/VBA gurus,
I'm trying to create a script that would give me the row value of
cell containing a unique key word I am looking. I am thinking of
options to do this:
1. Select the column, then go through each rows in the column from u
to down and compare if the value of the row contains my keyword. I
not, go to the next row until the keyword is found.
2. Select the column. Use a VBA function, of which I don't know, t
find the keyword.
Once the row number of the keyword is found, assign the row numbe
before this as my last "valid" row.
Can someone help me with the codes for the two options above?
Thanks in advance for your help!
Sinobat
I'm trying to create a script that would give me the row value of
cell containing a unique key word I am looking. I am thinking of
options to do this:
1. Select the column, then go through each rows in the column from u
to down and compare if the value of the row contains my keyword. I
not, go to the next row until the keyword is found.
2. Select the column. Use a VBA function, of which I don't know, t
find the keyword.
Once the row number of the keyword is found, assign the row numbe
before this as my last "valid" row.
Can someone help me with the codes for the two options above?
Thanks in advance for your help!

Sinobat