Export to Txt File - Amount should be right justified
i use this code from mark007 to create a fixed width text file. thanks mark007 :thumb
http://vbaexpress.com/kb/getarticle.php?kb_id=759
on my scenario, the payment amount column should be right justified when i export it to text file.. also the amount should include the 2 decimal places for centavos..
for example, in the excel file the amount of 100000 (6 digits), when exported it should be 10000000 (8 digits) including the decimal places
another example, if it 100000.25 when exported it should be 10000025 (including the 2 decimal places without the period (.))
i attach my excel file for your reference..
:help
Thanks..