Is there a way to save a macro as a custom function to use in the formula tool?
I'm trying to change some mainframe fields that I parsed out from EBCDIC format (00999870D) into a readable decimal. (99987.04)
But I have over 100 fields across 4 different files so I'm not sure how best to send these all thru the macro.
Is there a way to save the macro as a function so I could convert the field in the formula tool? I would do this in Excel VBA and call it like =EBCDICtoDec([Field])
Should I be using something else to do this?