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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -