Or
You could use the right function to convert string to numeric
CCUR CDBL CSNG CLNG CINT
Code:
If IsNumeric(txtInvValue.Text) Then 
    ValIncTax = CCur(txtInvValue.text)
End If