I have a bunch of excel workbooks with user data in them that I need to put into one workbook that will simply be a compilation list. I need a macro VBA code that will take the user data range and paste it onto this large sheet.
Some features that I'd like to have too - when the macro puts the data on the new sheet I would like it to realize where the last active row filled with information was and fill the next blank row (instead of deleting any of the prior rows), since it will involve many sheets (200) all updating onto this one sheet.
On the individual sheets I would like there to be a button that will activate the macro when clicked (although not necessarily right now, the above is most important).
2007-12-13
04:01:40
·
3 answers
·
asked by
Bluefast
3
in
Computers & Internet
➔ Software