Hi guys,
I have one double variable which i get from a webpage and what i want to do is , i need to search and find match for this double variable in specific row in excel.
Example here:
strIntRate2 = (CDbl(strIntRate)/strTenure)
**** This three variable is in double type
I try to do like this
IF strIntRate2 .Contains(RL(13).toString) to find the match in excel but it prompt me “Contains, is not a member of Double”. Can anyone help me to give a solution for this.