Hello everyone,
I have a spreadsheet with 26 columns. This sheet is nothing but a status report which contains various columns such as project start date, due date, status, stream, project manager etc. I've created a custom view named “Projstatus” to show only few important columns so that one can get a quick update on the project.
Now I designed a project dashboard in the first sheet of the report to have dropdown boxes (to filter the projects by project manager, status etc) and enabled a macro using CommandButton1_Click().
There are 4 sheets in my report. Sheet 1 - Dashboard, Sheet 2 – ‘Active’ - actual status sheet containing 26 columns. Sheet 3 and 4 with closed projects.
Now I want to have another sheet ‘output’ which just copies the content of Sheet 2 (active project list) based on the filter selected in the dashboard sheet and copy it to a new sheet (with all data validations and conditional formatting enabled as that of active sheet ) and display only few selected columns from the active sheet. Also it should keep the original formatting (dimensions of all the cells) from the active sheet.
Is there a way to do it?
Else it should copy the contents of active sheet to the new sheet and view it in custom view (defined by me).
P.S : I've attached sample VBA code from my spreadsheet.
Bookmarks