I need to export a file to Excel sheet. Everything is fine, but the requirement is to make numbers formatted with spaces between thousands. I tried such solution:
XlWrkSht.Range(xlColID + xlRowID).NumberFormat('# ##0.00');
but had no particular effect.
Would you please give me some tips on this issue?
Comments
regards
Thank you for your attention