Good Monday Morning Everyone!
I have a table that is imported in. Each field that imports is text. 11 of the 31 fields contains a character on the right that is hex. The hex character needs to be converted to it’s respective equivalent value then these 11 fields needs to be converted from TEXT to CURRENCY and place the converted values in a new column.
I’m attaching code that works fine. I know it’s poorly written and was hoping someone could provide suggestions on how I can modify this code to work more effeciently.
Again, the code works, but should be and can be written better.
Thanks,