Hi,
I have a VBA code to merging worksheets (I need only some columns) , but it works very slowly , 45 min to run the macro.
Can someone tell me if the macro can be changed to work faster. Bellow the code :
Thank you!!
Code:
Sub ConsolidateTable()
For i = 2 To Sheets("DataBase...