Hi everyone,
I have a small problem with something I am currently working on, it retrieves data from a file in hex. So my variable valueD = 1AB2C0 .
I've been trying to find a way to convert that to decimal, I want to use something like valueD = clng(valueD).
If anyone can help me out that would be great!
Edit: Never mind, I found out if i added a &h before the string I could get the value
