Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I set the destination workbook to retain format settings when I paste
new data into the sheet? For example, I am trying to copy from an xlsm file and paste it into another xlsm file. The file I am copying from is all in general format and the one I am pasting to has text to column modifications and other formatting that is forgotten when I paste the new data. This is a real headache and it would be great if someone knows how? -- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Selection.PasteSpecial Paste:=xlPasteFormulas
will paste values and formulas, but not formats. -- Gary''s Student - gsnu200860 "Doug" wrote: How can I set the destination workbook to retain format settings when I paste new data into the sheet? For example, I am trying to copy from an xlsm file and paste it into another xlsm file. The file I am copying from is all in general format and the one I am pasting to has text to column modifications and other formatting that is forgotten when I paste the new data. This is a real headache and it would be great if someone knows how? -- |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you! It worked great. I just needed to reformat the text to column to
change a date format. -- Have a great day! "Gary''s Student" wrote: Selection.PasteSpecial Paste:=xlPasteFormulas will paste values and formulas, but not formats. -- Gary''s Student - gsnu200860 "Doug" wrote: How can I set the destination workbook to retain format settings when I paste new data into the sheet? For example, I am trying to copy from an xlsm file and paste it into another xlsm file. The file I am copying from is all in general format and the one I am pasting to has text to column modifications and other formatting that is forgotten when I paste the new data. This is a real headache and it would be great if someone knows how? -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match Destination Formatting 2007 | Excel Discussion (Misc queries) | |||
Automatically match destination formatting? | Excel Discussion (Misc queries) | |||
Using copy and destination formatting | Excel Discussion (Misc queries) | |||
Destination formatting 2000? | Excel Discussion (Misc queries) | |||
Protect Destination Formatting | Excel Programming |