SidWallace
New Member
- Joined
- Sep 15, 2014
- Messages
- 2
Hi
I am not too good with VBA. I have a template that has a summary and a number of tabs that are required to be completed based on what is marked in the summary. From the summary i would like to create a new workbook that only has the relevant sheets.
i.e. My Summary would have in column A the name of the sheets and B if they are relevant for this bit of work this is based off a data file that is saved in the workbook. All sheets would be set up in the workbook. In the new workbook all that is required to be created is the Summary, the data file and the relevant sheets that have a Y in column B. In the example below I would only require sheets for the Summary, the data file and SheetA, SheetC and SheetE.
Is this possible?
<COLGROUP><COL style="WIDTH: 62pt; mso-width-source: userset; mso-width-alt: 2624" width=82><COL style="WIDTH: 54pt" width=72><TBODY>
</TBODY>
I am not too good with VBA. I have a template that has a summary and a number of tabs that are required to be completed based on what is marked in the summary. From the summary i would like to create a new workbook that only has the relevant sheets.
i.e. My Summary would have in column A the name of the sheets and B if they are relevant for this bit of work this is based off a data file that is saved in the workbook. All sheets would be set up in the workbook. In the new workbook all that is required to be created is the Summary, the data file and the relevant sheets that have a Y in column B. In the example below I would only require sheets for the Summary, the data file and SheetA, SheetC and SheetE.
Is this possible?
A | Y |
B | N |
C | Y |
D | N |
E | Y |
<COLGROUP><COL style="WIDTH: 62pt; mso-width-source: userset; mso-width-alt: 2624" width=82><COL style="WIDTH: 54pt" width=72><TBODY>
</TBODY>