Hi.
I have this code in sub and its getting this run-time error for some reason. While debug it shows the value for change as "0" and value for textbox could be like "23.60"
If i change the variable as string it works but then calculations wont work.
I have this code in sub and its getting this run-time error for some reason. While debug it shows the value for change as "0" and value for textbox could be like "23.60"
If i change the variable as string it works but then calculations wont work.
VBA Code:
Dim change As Double
change = TextBoxChange.Value