Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I do the following using macros,
1.Paste as values without losing the format? 2.Stop all links in a workbook being updated? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. paste as values, then paste again as formats
2. what verion of Excel. a. If you want links to be updated without prompt (and you say not), then look in Tools=Options= Edit and uncheck ask to update automatic links b. If you don't want them updated and don't want the prompt, in xl2002 and later, go to Edit=Links and click the starup prompt button. Make the appropriate selection. Not available in xl2000 or earlier and no work around. c. Otherwise, Remove the links by replacing the formula with the displayed value. -- Regards, Tom Ogilvy "rn" wrote in message ... How do I do the following using macros, 1.Paste as values without losing the format? 2.Stop all links in a workbook being updated? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Copy and Paste or Paste Special between Excel Workbooks | Excel Discussion (Misc queries) | |||
Copy; Paste; Paste Special are disabled | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
I cannot paste from one workbook to another. Copy works, paste do. | Excel Discussion (Misc queries) | |||
Copy and Paste macro needs to paste to a changing cell reference | Excel Programming |