1 Attachment(s)
Data migration between tabs using VBA
Hi All,
As an overview, I have a spreadsheet built with a few macros that copies raw data from one tab and pastes it into other tabs based on the status. Both the raw data and the data in the other tabs contain both current and historic line items so I have code in place that only runs the “copy-paste” code if an ID is new and unique. Now that the dataset has grown the macro is excruciatingly slow, so I would like to get your opinion/critique on how to make it more efficient
I’ve put together a rudimentary sample set and basically copy and pasted the VBA code from my actual dataset to run off of the command button in the “Raw Data” tab.
Quick explanation of how the macro is ideally supposed to work:
Scans through the “Open” tab flags any line items with unique ID Numbers in the “Raw Data” tab than copy and paste cells to certain columns (as the columns between the two tabs do not line up)
Any help is greatly appreciated. Thanks.