rittersportyummy
New Member
- Joined
- Jun 15, 2024
- Messages
- 2
- Office Version
- 2019
- Platform
- Windows
Hi All, excel VBA noob here. sorry if im not clear as my english isnt that great.
I am trying to create a macro that will help with filtering unique value and copying them into a new workbook and saving them as value based on filtered name. details as below:
some images as below for clearer explanation:
raw data:
raw data filtered:
copy and paste as value whole data + header into new workbook, and save as "apple May'24)
I am trying to create a macro that will help with filtering unique value and copying them into a new workbook and saving them as value based on filtered name. details as below:
- i have around 8000 rows of data
- to filter value based on cell G5 onwards - example i have value apple, banana, coconut etc etc
- copy paste columns A:M with filtered data (example apple) as value to a new workbook - column A1:M5 is my template header, row 5 is formulated with subtotal formula
- save this excel workbook and name it: filtered value + month - apple <month>
- and whole cycle repeats by filtering next unique value from my working data sheet - banana... coconut and so on.
- file to save into the same path as per my working data sheet
some images as below for clearer explanation:
raw data:
raw data filtered:
copy and paste as value whole data + header into new workbook, and save as "apple May'24)