AliThePro
Mechanical
- Jan 13, 2005
- 57
I cannot fiqure Out while find fails for one particular data. The line of the code is:
Set curRange = Sheets("Appendix B").Columns("A:A").Find(sIFRAM(iIndex))
The curRange returned for one of the items (iIndex = 210)is Nothing, it works fine for other data in sIFRAM array. I copied the value of sIFRAM(iIndex) from the immediate window and put it in find dialog box in Excel. It finds the data, I checked the spelling few times, it seems OK, any idea why this might be happening?
Thanks,
Set curRange = Sheets("Appendix B").Columns("A:A").Find(sIFRAM(iIndex))
The curRange returned for one of the items (iIndex = 210)is Nothing, it works fine for other data in sIFRAM array. I copied the value of sIFRAM(iIndex) from the immediate window and put it in find dialog box in Excel. It finds the data, I checked the spelling few times, it seems OK, any idea why this might be happening?
Thanks,