Hi,
Thanks in advance since i am pretty new to Excel VBA.
I have a excel file and contains multiple tabs with the same header. Each tab contains some data(The # of rows can vary). The data in each tab contains some formula.
What i want to do is to merge all the data from each tab together. When copy and paste, only paste the Value of the data. For example, copy all data in first tab (include header) into a new tab, then copy the second, third, ... tab data from the row 2 to the end of row(don't include header from tab2) and paste in the new tab at the end. Please note: only paste the value of the data, don't paste the functions.
Thanks,
Dan
Thanks in advance since i am pretty new to Excel VBA.
I have a excel file and contains multiple tabs with the same header. Each tab contains some data(The # of rows can vary). The data in each tab contains some formula.
What i want to do is to merge all the data from each tab together. When copy and paste, only paste the Value of the data. For example, copy all data in first tab (include header) into a new tab, then copy the second, third, ... tab data from the row 2 to the end of row(don't include header from tab2) and paste in the new tab at the end. Please note: only paste the value of the data, don't paste the functions.
Thanks,
Dan