Quote Originally Posted by bohrmann View Post
Thanks for the info, something similar is that I expected, just I'm not convinced that it's possible to format the output file (colors, borders, font size etc.). Am I wrong?
Try something like this
vchWorkSheet :range("a1:d1"):FONT:bold = TRUE. /* Make first row BOLD */
vchWorkSheet :range("a1:d1"):FONT:ColorIndex = 22. /* Change Font color*/

These URLs contain more examples,
http://herohog.com/Progress/Excel2.p
http://herohog.com/Progress/Excel3.p
http://herohog.com/Progress/Excel4.p

HTH