Posted by: Leonardo Morales V.
Hi all,
i´m try to set cells numberformat, but doesn´t work.
the code is:
Call lvFormato.SetString( "G" ) ! General
Call oXRange.PropSetNumberFormat( lvFormato )
Call lvCell.SetString( sValorString )
When sValorString = '09-04', Excel writes 04-Sep, but my data is string.
Any ideas, please.
thanxs.
Leonardo.