fountain27
Technical User
I am working with a system that exports data into Excel. The numbers that are exported Excel stores as text, hence you can not perform any functions until the text is converted to a value.
I have been using the worksheet function value(), but it is sloppy and causes my code to run slow.
Is there a better way to convert the text to a value? I have tried using the copy paste special (value) command, but it did not work.
Thanks for the help
I have been using the worksheet function value(), but it is sloppy and causes my code to run slow.
Is there a better way to convert the text to a value? I have tried using the copy paste special (value) command, but it did not work.
Thanks for the help