Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
chau3352
Posted - 09/11/2003 : 2:50:08 PM Is it possible to merge worksheet columns together? If so, how? I have several columns that I want to merge into one column. Thank you!
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 09/11/2003 : 5:51:09 PM copy -a col(C) col(B); // append column C to (bottom of) column B