Hello, I have a listing of data which I need to have distributed in a uniform manner within each cell eg:
MOTOR Ge 6244D
MOTOR Ge 6244D
MOTOR KLELEC 5368 1460RPM 5KW
MOTOR AGE AK948 1500RPM 10hp
MOTOR KLELEC 4876 1500RPM 12.5hp
What is required is something like this;
MOTOR Ge 6244D
MOTOR Ge 6244D
MOTOR Klelec 5368 1460RPM 5KW
MOTOR Age AK948 1500RPM 10HP
MOTOR Klelec 4876 1500RPM 12.5HP
Within each cell the data is distributed at what ever number of chars determined.
Motor - 5 Chars
GE - 9 Chars etc...
Thanks
Jamie
Bookmarks