Hi,
My string has charactes(alphabat + numeric). That string values will change in every row, and come from cell value in excel. And I want to find that value in another worksheet. It never find, while the same value available in another sheet. Through Watch window I found that string has quotes ( "RCTXB0180"), because it stored as String. While value in another sheet is without quote. Please guide How to remove that quote from string. Or any other way to find that value from range. I do not want to use "For and next " or Do loop, because I want that if string value not find on range, then a new line insert and put the value of string in that new line. I also tried Replace, but it would also not work
My string has charactes(alphabat + numeric). That string values will change in every row, and come from cell value in excel. And I want to find that value in another worksheet. It never find, while the same value available in another sheet. Through Watch window I found that string has quotes ( "RCTXB0180"), because it stored as String. While value in another sheet is without quote. Please guide How to remove that quote from string. Or any other way to find that value from range. I do not want to use "For and next " or Do loop, because I want that if string value not find on range, then a new line insert and put the value of string in that new line. I also tried Replace, but it would also not work