<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[עזרה בקוד VBA לוורד]]></title><description><![CDATA[<p dir="auto">ממיר הערות סקירה להערות שוליים</p>
<pre><code>Sub commntv()
For Each comm In ActiveDocument.Comments
comm.Reference.Select
Selection.Footnotes.Add Range:=Selection.Range, Reference:="", Text:=comm.Range.Text
comm.Delete
Next
End Sub

</code></pre>
<p dir="auto">איך אני ממיר להערות סיום?</p>
]]></description><link>https://tchumim.com/topic/3277/עזרה-בקוד-vba-לוורד</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 02:55:54 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/3277.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Jul 2018 15:24:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to עזרה בקוד VBA לוורד on Thu, 26 Jul 2018 16:07:03 GMT]]></title><description><![CDATA[<p dir="auto">Footnotes &gt;&gt; Endnotes.</p>
]]></description><link>https://tchumim.com/post/32939</link><guid isPermaLink="true">https://tchumim.com/post/32939</guid><dc:creator><![CDATA[אהרן]]></dc:creator><pubDate>Thu, 26 Jul 2018 16:07:03 GMT</pubDate></item></channel></rss>