I would like to know how to use the bitconverter method in Excel VBA. I would like to convert 4 bytes each one placed in a difference cells in a 32 bit integer using BitConverter.ToInt32.
Can someone help me with an example to use in VBA? I think I am struggling with the syntax.
Thanks