I was also getting an error message:
"Input string was not in a correct format"
I realized that euro "â¬" symbol is used for a currency
in Pubs database on my computer.
Changed "$" to "â¬" on the line
If Left(objTextBox.Text,1) = "$" Then
It works now!
|