<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: fusion</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Excel: fusion de cellules avec fusion du texte</title>
        <link>http://www.posteet.com/view/1704</link>
        <description>
        <![CDATA[<pre>Sub fusion()
    Set vzone = Selection
    vtxt = vzone.Range(&quot;a1&quot;).Value
    For i = 2 To vzone.Rows.Count
        vtxt = vtxt &amp; Chr(10) &amp; vzone.Cells(i, 1).Value
        vzone.Cells(i, 1).ClearContents
    Next
    vzone.Range(&quot;a1&quot;).Value = vtxt
    With vzone
        .HorizontalAlignment = xlCenter
        .VerticalAlignment = xlCenter
        .WrapText = False
        .Orientation = 0
        .AddIndent = False
        .IndentLevel = 0
        .ShrinkToFit = False
        .ReadingOrder = xlContext
        .MergeCells = True
    End With
    vzone.Range(&quot;a1&quot;).Value = vzone.Range(&quot;a1&quot;).Value
End Sub</pre> <a href="http://www.posteet.com/tags/concat">[concat]</a>  <a href="http://www.posteet.com/tags/excel">[excel]</a>  <a href="http://www.posteet.com/tags/fusion">[fusion]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Wed, 27 May 2009 17:03:04 +0200</pubDate>

            <category>concat</category>
            <category>excel</category>
            <category>fusion</category>
    
    </item>


</channel>
</rss>
