Hello, all. First post on this board, would greatly appreciate your input.
Say I have a workbook with the following named worksheets:
Sheet1
Sheet2
DataSheet
Sheet3
I want to create VBA code (button) to make a copy of some of these sheets into a new workbook that has the following characteristics:
In Sheet1 I want to copy only the text & formatting (no formulas) of the sheet.
However in Sheet2, I want to copy the formulas of all the cells except cells A1:B2 and D1:E2 (for these cells, I would like them to be pasted as values into the new workbook).
In Sheet3 I want to paste values of all cells except A1:B2 and D1:E2 (for these cells, I would like them to include formulas).
DataSheet would not be copied into the new file.
Let me know you have any additional questions. Thank you so much.
Say I have a workbook with the following named worksheets:
Sheet1
Sheet2
DataSheet
Sheet3
I want to create VBA code (button) to make a copy of some of these sheets into a new workbook that has the following characteristics:
In Sheet1 I want to copy only the text & formatting (no formulas) of the sheet.
However in Sheet2, I want to copy the formulas of all the cells except cells A1:B2 and D1:E2 (for these cells, I would like them to be pasted as values into the new workbook).
In Sheet3 I want to paste values of all cells except A1:B2 and D1:E2 (for these cells, I would like them to include formulas).
DataSheet would not be copied into the new file.
Let me know you have any additional questions. Thank you so much.