I actually wrote earlier today another thread and I thought the Subject of this Thread describes the problem better:
In my module the Find method fails on 2 different values (I've used Find a few times more, but with success - ;-) ):
1.) 0 (zero) : The zero is being returned by VLookup whereas the cell that should have been returned was empty. The format of the cell that I try to find is percentage.
The method Find on "0" fails - but on "0.00%" it works. After this result I came to the conclusion that the method Find does maybe not lookup the value of the cell itself, but more or less the displayed value.
2.) "01/06/2003" (date) : Based on my previous conclusion I tried both versions "01/06/2003" and "37773" - none of them were successfull.
If anybody could explain me how Find works in detail - I would appreciate it.
cheers,
Goppi
Hoc nomen meum verum non est.
In my module the Find method fails on 2 different values (I've used Find a few times more, but with success - ;-) ):
1.) 0 (zero) : The zero is being returned by VLookup whereas the cell that should have been returned was empty. The format of the cell that I try to find is percentage.
The method Find on "0" fails - but on "0.00%" it works. After this result I came to the conclusion that the method Find does maybe not lookup the value of the cell itself, but more or less the displayed value.
2.) "01/06/2003" (date) : Based on my previous conclusion I tried both versions "01/06/2003" and "37773" - none of them were successfull.
If anybody could explain me how Find works in detail - I would appreciate it.
cheers,
Goppi
Hoc nomen meum verum non est.