08-18-2009, 11:19 AM
In ExcelSheet.GetCell
replace
s=r.Value
to
VARIANT v=r.value
out v.vt
s=v
What number is in QM output?
To edit System functions, uncheck readonly in System folder properties.
replace
s=r.Value
to
VARIANT v=r.value
out v.vt
s=v
What number is in QM output?
To edit System functions, uncheck readonly in System folder properties.