T
Tim
I have a range of double values that I need to compare and assign a label
depending on that value. For example, if the value falls in the range of 4.7
To 5.0, I will assign an "A" into a textbox or a label box. I use the Case
Select but it does not work. My questions are:
1. Can I use Case Select or any comparison operator to compare a double value?
2. When I type the 5.0 in the code zone of VBA, it becomes 5#. Why??
Thank you for your help in advance
depending on that value. For example, if the value falls in the range of 4.7
To 5.0, I will assign an "A" into a textbox or a label box. I use the Case
Select but it does not work. My questions are:
1. Can I use Case Select or any comparison operator to compare a double value?
2. When I type the 5.0 in the code zone of VBA, it becomes 5#. Why??
Thank you for your help in advance