I have following code working fine but I am hoping it can be modified to make it run faster. Currently it takes almost five minutes to run.
I have two worksheets. Data tab gets new update of currently open projects. Active tab needs to be updated.
The basic idea is to update worksheet Active in two ways by looking at records in Data tab.
1. If the record does not exist in Active tab [new project], that row [from Data tab] gets added at the bottom of Active tab.
2. If the record exists than update columns B:X and Z:AG. (data in column Y needs to remain, it's a manual entry).
I have learned a lot here and I would really appreciate any tips I can get to optimize this code.
![]()
Please Login or Register to view this content.
Bookmarks