VBA Excel - save the row number
marjorykwet
-
marjorykwet -
marjorykwet -
Hello,
I want to store the line number in a variable where the searched data is located...
Here is what I wrote...
lig = Columns(2).Find(Daterep.numerodossier1.Value, Range("B65536"))
Daterep.numerodossier1 is my variable to search for which was previously entered in a message box by the user of the program...
For now, the generated variable holds the value of my variable...
Any ideas????
Thanks in advance...
I want to store the line number in a variable where the searched data is located...
Here is what I wrote...
lig = Columns(2).Find(Daterep.numerodossier1.Value, Range("B65536"))
Daterep.numerodossier1 is my variable to search for which was previously entered in a message box by the user of the program...
For now, the generated variable holds the value of my variable...
Any ideas????
Thanks in advance...
Configuration: Windows 2000 Internet Explorer 6.0