Hello Guys,
Seeking for your assistance with converting the text inside the Textbox to Double
Here's the sample code
Private Sub Test()
Dim MNLActualPerf As Double
txtMNLActualPerf.Text = "11.15%"
'Error mismatch 13
MNLActualPerf = (CDbl(VarianceForm.txtMNLActualPerf))
'Error mismatch 13...