--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > Thanks, but your discovery that 4.0 goes into Bruce'#s internal > real-number format solves problem.
If you still want to see some Properties that take a Double, look at Excel.Application. Its Application class has quite a few such properties, e.g., Top, Left, Width, StandardFontSize, and others. See if you can figure out how to set the StandardFontSize to 24.5. No com exception errors when the property value is passed in quotes, but if you retrieve it after setting it, it debugs as 2. IOW, "24" seems to work, but "24.5" apparently does not.
