P
Planner999
Hi all
I really need some help please....
I have list of values in a range of cells
18A
18B
18C
18D
18E
18
There is a string variable called Curr_DU
The line of code reads
Dim Start_Rng as Range
Dim Curr_DU as String
Set Start_Rng = Range ("C2:C50").Find(Curr_DU)
This works great until it hits the last value which is 18 but it then
picks up 18A position. How can I simply change the macro to be
specific on finding 18 but not the others.
Thanks in Advance
John
I really need some help please....
I have list of values in a range of cells
18A
18B
18C
18D
18E
18
There is a string variable called Curr_DU
The line of code reads
Dim Start_Rng as Range
Dim Curr_DU as String
Set Start_Rng = Range ("C2:C50").Find(Curr_DU)
This works great until it hits the last value which is 18 but it then
picks up 18A position. How can I simply change the macro to be
specific on finding 18 but not the others.
Thanks in Advance
John