C
chuaby
Hi
I have a listing from a text file. In the listing, it is well formatted
eg
Field A Field B
-------------- -----------------
AAAA BBBB
CCCC
DDDD EEEE
FFFF
But when i import into MS Word, it becomes
Field A Field B
-------------- -----------------
AAAA BBBB
CCCC
DDDD EEEE
FFFF
This is due to the char size of the "space" character. If the font is
changed to courier, it is ok. But due to requirement, i cannot use
Courier except New Times Roman or Arial.
May i know is there anyway for me to use a VBA script to align the data
? I have many of such LST files, so i cannot do it manually.
for some advice please
Thank you
Boon Yiang
I have a listing from a text file. In the listing, it is well formatted
eg
Field A Field B
-------------- -----------------
AAAA BBBB
CCCC
DDDD EEEE
FFFF
But when i import into MS Word, it becomes
Field A Field B
-------------- -----------------
AAAA BBBB
CCCC
DDDD EEEE
FFFF
This is due to the char size of the "space" character. If the font is
changed to courier, it is ok. But due to requirement, i cannot use
Courier except New Times Roman or Arial.
May i know is there anyway for me to use a VBA script to align the data
? I have many of such LST files, so i cannot do it manually.
for some advice please
Thank you
Boon Yiang