Hhi,
I would like to thanks chandoo.org. this site helped me lot about excel tips and vba. thanks a lot.
I have found below code from this site only. the code is working fine, i just need few amendments in that. i am new in vba coding. i request you please help me in this.
CODE LINK- http://chandoo.org/wp/2012/04/09/consolidate-data-from-different-excel-files-vba/
below is the issue
The code copy data from worksheet whenever workbook’s get opened. IT DOESN’T COPY DATA FROM SPECIFIC WORKSHEET.
how can i do that. need help
below is my second issue
if i add there COLUMN “L” in LIST TAB which contain SHEET NAMES. I need to COPY DATA FROM THAT SHEET WHICH IS MENTIONED IN COLUMN “L” IN LIST TAB.
last but not in list....
After copy pasting data from different workbooks I need code which FILTER DATA WITH CURRENT MONTH AND PASTE INTO SUMMERY SHEET. I need current month data only. Previous month data can be deleted from summary sheet EXCEPT HEADERS. When code pastes the data on summery tab it also WRITES SHEET NAME IN SUMMERY TAB COLUMN 1. It means from where the data has come.
REQUEST YOU PLEASE HELP ME IN THIS.
thanks
I would like to thanks chandoo.org. this site helped me lot about excel tips and vba. thanks a lot.
I have found below code from this site only. the code is working fine, i just need few amendments in that. i am new in vba coding. i request you please help me in this.
CODE LINK- http://chandoo.org/wp/2012/04/09/consolidate-data-from-different-excel-files-vba/
below is the issue
The code copy data from worksheet whenever workbook’s get opened. IT DOESN’T COPY DATA FROM SPECIFIC WORKSHEET.
how can i do that. need help
below is my second issue
if i add there COLUMN “L” in LIST TAB which contain SHEET NAMES. I need to COPY DATA FROM THAT SHEET WHICH IS MENTIONED IN COLUMN “L” IN LIST TAB.
last but not in list....
After copy pasting data from different workbooks I need code which FILTER DATA WITH CURRENT MONTH AND PASTE INTO SUMMERY SHEET. I need current month data only. Previous month data can be deleted from summary sheet EXCEPT HEADERS. When code pastes the data on summery tab it also WRITES SHEET NAME IN SUMMERY TAB COLUMN 1. It means from where the data has come.
REQUEST YOU PLEASE HELP ME IN THIS.
thanks