Hi all,
I have a very strange error, i use this formula to look up cells
=VLOOKUP(TEXT(B9,"0"),Sheet2!$A$2:$C$3974,3,FALSE)
I also have some VB code that runs on a button control, when i run the code I up date certain cells in sheet2 with a number (increment the number already in there), after running the code, the VLOOKUP does not work?
=VLOOKUP(TEXT(B9,"0"),Sheet2!$A$2:$C$3974,3,FALSE)
any ideas?
I have a very strange error, i use this formula to look up cells
=VLOOKUP(TEXT(B9,"0"),Sheet2!$A$2:$C$3974,3,FALSE)
I also have some VB code that runs on a button control, when i run the code I up date certain cells in sheet2 with a number (increment the number already in there), after running the code, the VLOOKUP does not work?
=VLOOKUP(TEXT(B9,"0"),Sheet2!$A$2:$C$3974,3,FALSE)
any ideas?