Hi.


I am trying to get a value into an Excel spreadsheet via DDE. The raw data is a 32 bit float number, but the cell interprets the value as an integer.

Example bit pattern : 0100 0001 1011 1010 1100 1101 0000 0000

Wanted value : 23.34375......

Shown value : 1102761216


Is there any function to get the correct interpretation?