Hi Laurent,
If you right justify the columns and save as csv with the fixed width option checked you'll get what you want without having to use a function or format.
tc



Laurent Duperval wrote:
Hi,

I want to pad my cells with preceding spaces if the content is less than X
characters.

For example, when I have these two cell contents

9999
xxx

I want it to be

   9999
    xxx

(width is 7 characters; nothing to do with display width). The idea is to
be able to export to a text file and have everything be the proper fixed
width. So everything is aligned properly.

Any ideas?

L


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to