i know the issue, the code that has been provided uses 1st column as unique value filter. But what if my 2nd column or 3rd column is the unique value which needs auto filter.
I would like to thank you very much for this amazing code. One small thing in this code will make it great for me.
Expected is:
WB1: Master Workbook having WS1, WS2 and WS3 (no splits)
WB2: Sheets WS1, WS2 and WS3 having data for only Resource 1
WB3: Sheets WS1, WS2 and WS3 having data for only Resource 2
WB4: Sheets WS1, WS2 and WS3 having data for only Resource 3
Till the last Resource available in WB1.
OK thanks. I tried running the macro, what it did was took the active sheet and split it via the column selected. but it doesnt do anything for the other worksheets.
What the macro should do is:
1. Active sheet split into multiple workbooks based on the selected columns
2. goto sheet 2 of the...
Hi
I have 2 worksheets: Sheet 1 and Sheet 2.
Sheet 1 is the Master Db having Application Id, Environment Name, Milestones, Start Date and End Date. Each Application Id can have multiple environment and multiple milestones. Looks like this
Application Id Environment Name Milestones Start Date...
Good news... The code split one worksheet into multiple workbooks.
But the requirement is to have all worksheets split based on a single column in each worksheet
I have a workbook called "WB1.xlsx" which has multiple worksheets "WS1", "WS2" and "WS3".
Each worksheet has a common column called "Name"....
I am looking for a macro to split the data using the Name column into multiple workbooks.
The output should look like:
WB1: Master Workbook having...
Because my second table is static and needs further updates from stakeholders. Hence, keeping it with pivot and some table with open fields seems tough in pivots. Array has degraded the performance and keeps re-calculating the whole table (3000 rows) everytime sometime updates one date in the...
Hi
I have 2 worksheets: Sheet 1 and Sheet 2.
Sheet 1 is the Master Db having Application Id, Environment Name, Milestones, Start Date and End Date. Each Application Id can have multiple environment and multiple milestones. Looks like this
Application Id Environment Name Milestones...
Hi
I am attaching the sample file. Columns and Rows can be "n" numbers.
The macro should pick the column A and paste it in the resultant table
And then each row based on the value "x" available it should put the column headers spaced by comma.
The columns could be infinite and rows could be...