2019gibsonSG
New Member
- Joined
- Mar 28, 2022
- Messages
- 1
- Office Version
- 365
- 2021
- Platform
- Windows
I have a worksheet named "RawInt" that looks like this:
I need code for a macro that starts at cell BO6 and goes down the column creating a new sheet for each cell value. The data in column BO always begins at BO6, but number of records in column BO change from project to project so the code would have to stop once an empty cell is detected. The sheets would need to be added after sheet "RawInt", in the same order as the data in column BO.
I've done some googling and tried code from several different sources but everything I've tried either doesn't run, doesn't apply to the structure of my data, or runs so slowly that Excel freezes and I have to force quit. Help is greatly appreciated.
I need code for a macro that starts at cell BO6 and goes down the column creating a new sheet for each cell value. The data in column BO always begins at BO6, but number of records in column BO change from project to project so the code would have to stop once an empty cell is detected. The sheets would need to be added after sheet "RawInt", in the same order as the data in column BO.
I've done some googling and tried code from several different sources but everything I've tried either doesn't run, doesn't apply to the structure of my data, or runs so slowly that Excel freezes and I have to force quit. Help is greatly appreciated.