CAprice = Cdbl(Actual_Price) is the exact place - Here is where I try to convert actual price Variable that contain Price in $15,700 format.
I have a estimated price ( Estimated_Price) in format like 15700
But on website I have out put (Actual_Price) in format like $15,700
How can I compare above prices to print Test Pass
Above code does not work
Regards
I have a estimated price ( Estimated_Price) in format like 15700
But on website I have out put (Actual_Price) in format like $15,700
How can I compare above prices to print Test Pass
Quote:If Actual_Price = Estimated_Price Then
Print " Actual Price Test Pass"
Else
Print "Actual Price Test Faill"
Above code does not work
Regards