priyanka_mehta Posted December 26, 2008 Posted December 26, 2008 Hi all, I m using Print # Statement for sending my output to .xls Suppose i have one text as "a" and another as "b" How can i get these strings in separate COLUMNS in excel file. I tried using Tab(A1)/Tab(B1) and stuff but it it is separating the rows instead of columns. Please Help!! Thanks and Regards, Priyanka Quote
Lee Mac Posted December 26, 2008 Posted December 26, 2008 I'm not sure if this is the correct advice, but usually one would separate data with commas when writing to an Excel file to signify separate columns. Quote
Lee Mac Posted December 27, 2008 Posted December 27, 2008 hi lee lets be friends Haha, random!, and Merry Christmas to you Pope Jon, everyone on here are friends. Quote
BIGAL Posted January 1, 2009 Posted January 1, 2009 You can write a line also to a file just have a space between the "a" and "b" in excel open file it will ask for the delimeter character and a space is ok. (strcat a chr(32) b) Quote
Lee Mac Posted January 1, 2009 Posted January 1, 2009 Thanks Al, didn't know that - I thought only commas can be used. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.