excel - Help with VBA Script -
firstly newbie vba pseudocode trying is:
open excel files copy values in colomns a,b, c , d append tab 1 of output.xls
i appreciate pointers in right direction.
thanks
sometimes best way learn record macro.
tools > macros - choose record.
then workbook, select columns a,b,c,d ctrl+c, open new tab , ctrl+v.
stop recording macro, alt+f11 see generated code, should give starter ten.
if need understanding generated code / come , can explain.
Comments
Post a Comment