Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("Source").Copy Range("Target") does exactly that, formatting and
all. PasteSpecial Paste:=xlPasteFormats must evaluate what to paste and filter on the formatting for each cell, apart from the cell contents. Excel also evaluates the length of cell contents since it's limited to 255 characters. Sounds to me like Excel has more things to deal with when processing user notes! This should take longer without considering any other factors that may contribute. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy borders without erasing other destination formats? | Excel Discussion (Misc queries) | |||
PasteSpecial: values and formats possible in vbs? | Excel Programming | |||
How to use Object.Copy(Destination) method PasteSpecial(xlPasteVal | Excel Programming | |||
.Copy Destination:= .PasteSpecial ??? | Excel Programming | |||
Copy Number Formats | Excel Programming |