Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 5 sheets A,B,C,D,E in a work book X & each of B,C,D and E have links
to cells in sheet A. I need a macro to copy workbook X to to a new workbook Y using the same sheetnames as in X but for the new A,B,C,D & E sheets in Y to have all links removed. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Chris,
I wonder if you really need a macro to do this? Save the workbook as a new filename. Hold the Ctrl key down while you select each of the worksheets. Or select the first worksheet and hold the Shift key while you select the last worksheet. (Either method selects multiple worksheets). Click on the rectangle where the column and row identifiers meet (top left of worksheet) to select entire worksheet/s. Copy - Paste Special - Values. -- Regards, OssieMac "Chris Maddogz" wrote: I have 5 sheets A,B,C,D,E in a work book X & each of B,C,D and E have links to cells in sheet A. I need a macro to copy workbook X to to a new workbook Y using the same sheetnames as in X but for the new A,B,C,D & E sheets in Y to have all links removed. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I realise I can do this manually but I need to automate it for the office
users so as to avoid any problems "OssieMac" wrote: Hi Chris, I wonder if you really need a macro to do this? Save the workbook as a new filename. Hold the Ctrl key down while you select each of the worksheets. Or select the first worksheet and hold the Shift key while you select the last worksheet. (Either method selects multiple worksheets). Click on the rectangle where the column and row identifiers meet (top left of worksheet) to select entire worksheet/s. Copy - Paste Special - Values. -- Regards, OssieMac "Chris Maddogz" wrote: I have 5 sheets A,B,C,D,E in a work book X & each of B,C,D and E have links to cells in sheet A. I need a macro to copy workbook X to to a new workbook Y using the same sheetnames as in X but for the new A,B,C,D & E sheets in Y to have all links removed. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK Chris. What version of xl are you using?
-- Regards, OssieMac |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using 2007 but macro will also run on previous version
"OssieMac" wrote: OK Chris. What version of xl are you using? -- Regards, OssieMac |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Paste Special Values Workbook | Excel Programming | |||
Copy, Paste Special Values all sheets in workbook | Excel Programming | |||
Copy Paste Values - Entire Workbook and Save | Excel Discussion (Misc queries) | |||
paste special (values) | Excel Worksheet Functions | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming |