Good evening everyone,
I'm new to VBA and i need a simple VBA code to split a sheet into new workbooks based on data in column F (Date), so i can create several workbooks based on date.
The new workbooks would be helpful to store in the folder where the main workbook is saved
Can anyone help?
I'm new to VBA and i need a simple VBA code to split a sheet into new workbooks based on data in column F (Date), so i can create several workbooks based on date.
TYPE | Loc | Code | Area | Source | Date |
ZUST | 1233 | 277884 | 3 | 3333 | 20230216 |
ZUST | 1233 | 277886 | 3 | 3333 | 20230217 |
ZUST | 1233 | 277887 | 2 | 3333 | 20230216 |
ZUST | 1233 | 277888 | 1 | 3333 | 20230218 |
ZUST | 1233 | 277900 | 3 | 3333 | 20230217 |
The new workbooks would be helpful to store in the folder where the main workbook is saved
Can anyone help?