VBA - Converting Text to Number
Solved
XRay
-
mcetools -
mcetools -
It's me again!
I wanted to know if there is a function that converts text into a number (more specifically into %) to store it in a cell (Excel).
Here's an example of what I'm doing:
But the problem is that the cell where the value is stored changes to text format!
Is there a solution?
Thanks
I wanted to know if there is a function that converts text into a number (more specifically into %) to store it in a cell (Excel).
Here's an example of what I'm doing:
ActiveCell.Value = UserForm3!TextBox1
But the problem is that the cell where the value is stored changes to text format!
Is there a solution?
Thanks
A quick search and boom, my problem is solved!
Best regards,
eRicos31