If Value is a mesage box then
If Value.Text = 0 Then
works if the text is "0" but not if it is "0.00"
Allegedly we are supposed to be able to rely on internal type conversions. This is clearly not the case at the moment.
When will this fundamental bug be fixed?
If Value.Text = 0 Then
works if the text is "0" but not if it is "0.00"
Allegedly we are supposed to be able to rely on internal type conversions. This is clearly not the case at the moment.
When will this fundamental bug be fixed?