Hopefully someone can help,
I am looking to help with creating a VBA function to essentially "rebase a number"
The function would have 2 inputs, the hex number to rebase and the new base.
Public Function HEX2ANY(input1 As Integer, input2 As Integer)
End Function
If I were to do...