Hello ..!!
This is my 3rd thread with Mr.Excel and my journey here is making me visualize what all can I automate using VBA and becoming successful with smaller macros for now. Thanks to everyone who is making my journey here fruitful ..!!
So I am here with a request for macro that I need in the activity I am working on .. I need multiple things to be done at a single click.
Don't know if this is a possible criteria or not!!
Hope someone can help me with this ..!!
Thanks in advance
Scenario -
I have a sheet named "Tracking tool" in a workbook. It has a whole set of data 5000+ lines. There is a column "Progress Status" from which I would like to filter data and paste it into few another sheets (Formats should remain the same from "Tracking tool" sheet and All rows & column width should be adjusted accordingly)
The column "Progress status" has "PENDING", "IN PROGRESS", "COLLECTED", "SUBMITTED", "COMPLETED", "NOT APPLICABLE", "REJECTED" as the unique list.
I also have many other sheets but notable among them are "DASHBOARD" "Current", "Not Applicable", "Completed", "Rejected" "Data Validation".
VBA REQUEST.
1) In the worksheets "Current", "Not Applicable", "Completed", "Rejected" DELETE the old content from row A4 (A1-A3 should remain untouched).
And then
Copy all the rows & columns that fall under criteria "PENDING", "IN PROGRESS", "COLLECTED", "SUBMITTED" in "Progress status" to "Current" Worksheet.
Copy all the rows & columns that fall under criteria "NOT APPLICABLE" in "Progress status" to "Not Applicable" worksheet.
Copy all the rows & columns that fall under criteria "COMPLETED" in "Progress status" to "Completed" worksheet.
Copy all the rows & columns that fall under criteria "REJECTED" in "Progress status" to "Rejected" worksheet.
A4 should have Headings that should also get deleted and copied each time I run the macro (Autofit most important)
2) Once all the above rows and columns are copied, I would like to extract the sheets "DASHBOARD" "Current", "Not Applicable", "Completed", "Rejected" into a new workbook with a name mentioned in cells A2 of "Data Validation" worksheet and save it in path mentioned in cell A3 of "Data Validation" sheet.
I tried to record a macro and edit the same but failed in it.
Hope someone can help me sooner with this macro !!
Thank you
This is my 3rd thread with Mr.Excel and my journey here is making me visualize what all can I automate using VBA and becoming successful with smaller macros for now. Thanks to everyone who is making my journey here fruitful ..!!
So I am here with a request for macro that I need in the activity I am working on .. I need multiple things to be done at a single click.
Don't know if this is a possible criteria or not!!
Hope someone can help me with this ..!!
Thanks in advance
Scenario -
I have a sheet named "Tracking tool" in a workbook. It has a whole set of data 5000+ lines. There is a column "Progress Status" from which I would like to filter data and paste it into few another sheets (Formats should remain the same from "Tracking tool" sheet and All rows & column width should be adjusted accordingly)
The column "Progress status" has "PENDING", "IN PROGRESS", "COLLECTED", "SUBMITTED", "COMPLETED", "NOT APPLICABLE", "REJECTED" as the unique list.
I also have many other sheets but notable among them are "DASHBOARD" "Current", "Not Applicable", "Completed", "Rejected" "Data Validation".
VBA REQUEST.
1) In the worksheets "Current", "Not Applicable", "Completed", "Rejected" DELETE the old content from row A4 (A1-A3 should remain untouched).
And then
Copy all the rows & columns that fall under criteria "PENDING", "IN PROGRESS", "COLLECTED", "SUBMITTED" in "Progress status" to "Current" Worksheet.
Copy all the rows & columns that fall under criteria "NOT APPLICABLE" in "Progress status" to "Not Applicable" worksheet.
Copy all the rows & columns that fall under criteria "COMPLETED" in "Progress status" to "Completed" worksheet.
Copy all the rows & columns that fall under criteria "REJECTED" in "Progress status" to "Rejected" worksheet.
A4 should have Headings that should also get deleted and copied each time I run the macro (Autofit most important)
2) Once all the above rows and columns are copied, I would like to extract the sheets "DASHBOARD" "Current", "Not Applicable", "Completed", "Rejected" into a new workbook with a name mentioned in cells A2 of "Data Validation" worksheet and save it in path mentioned in cell A3 of "Data Validation" sheet.
I tried to record a macro and edit the same but failed in it.
Hope someone can help me sooner with this macro !!
Thank you