<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Barra de progreso en tus presentaciones</title>
	<atom:link href="http://www.plantillaspowerpoint.net/2009/03/barra-de-progreso-en-tus-presentaciones/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plantillaspowerpoint.net/2009/03/barra-de-progreso-en-tus-presentaciones/</link>
	<description>Plantillas, recursos, fondos, imágenes, sonido, ... Todo lo que necesitas para tus presentaciones de powerpoint</description>
	<lastBuildDate>Fri, 25 Nov 2011 19:30:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rafa</title>
		<link>http://www.plantillaspowerpoint.net/2009/03/barra-de-progreso-en-tus-presentaciones/comment-page-1/#comment-253</link>
		<dc:creator>Rafa</dc:creator>
		<pubDate>Sun, 13 Sep 2009 10:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.plantillaspowerpoint.net/?p=536#comment-253</guid>
		<description>Un retoque:

Sub AddProgressBar()
On Error Resume Next
        With ActivePresentation
        
              For y = 1 To .Slides.Count
              
              .Slides(y).Shapes(&quot;PB&quot;).Delete
              
              Set s = .Slides(y).Shapes.AddShape(msoShapeRectangle, _
              0, .PageSetup.SlideHeight - 12, _
              y * .PageSetup.SlideWidth / .Slides.Count, 12)
              
              s.TextFrame.TextRange.Text = CStr(Round(y * 100 / .Slides.Count)) + &quot; %&quot;
              
              With s
                With .TextFrame.TextRange.Font
                    .Size = 11
                    .Color.RGB = RGB(250, 250, 250)
                End With
              End With
           
              s.Fill.ForeColor.RGB = RGB(127, 0, 0)
        
              s.Name = &quot;PB&quot;
                         
              Next y:
            
        End With
End Sub</description>
		<content:encoded><![CDATA[<p>Un retoque:</p>
<p>Sub AddProgressBar()<br />
On Error Resume Next<br />
        With ActivePresentation</p>
<p>              For y = 1 To .Slides.Count</p>
<p>              .Slides(y).Shapes(&#8220;PB&#8221;).Delete</p>
<p>              Set s = .Slides(y).Shapes.AddShape(msoShapeRectangle, _<br />
              0, .PageSetup.SlideHeight &#8211; 12, _<br />
              y * .PageSetup.SlideWidth / .Slides.Count, 12)</p>
<p>              s.TextFrame.TextRange.Text = CStr(Round(y * 100 / .Slides.Count)) + &#8221; %&#8221;</p>
<p>              With s<br />
                With .TextFrame.TextRange.Font<br />
                    .Size = 11<br />
                    .Color.RGB = RGB(250, 250, 250)<br />
                End With<br />
              End With</p>
<p>              s.Fill.ForeColor.RGB = RGB(127, 0, 0)</p>
<p>              s.Name = &#8220;PB&#8221;</p>
<p>              Next y:</p>
<p>        End With<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto</title>
		<link>http://www.plantillaspowerpoint.net/2009/03/barra-de-progreso-en-tus-presentaciones/comment-page-1/#comment-113</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.plantillaspowerpoint.net/?p=536#comment-113</guid>
		<description>Hola buen aporte pero que crees lo ejecuto y todo y no aparece nada tengo vista premium, me gustraria tu opinion</description>
		<content:encoded><![CDATA[<p>Hola buen aporte pero que crees lo ejecuto y todo y no aparece nada tengo vista premium, me gustraria tu opinion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.plantillaspowerpoint.net/2009/03/barra-de-progreso-en-tus-presentaciones/comment-page-1/#comment-104</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 12 Apr 2009 23:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.plantillaspowerpoint.net/?p=536#comment-104</guid>
		<description>ohhhh ya lo arreglé, en vez de la variable Y va X</description>
		<content:encoded><![CDATA[<p>ohhhh ya lo arreglé, en vez de la variable Y va X</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.plantillaspowerpoint.net/2009/03/barra-de-progreso-en-tus-presentaciones/comment-page-1/#comment-103</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 12 Apr 2009 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.plantillaspowerpoint.net/?p=536#comment-103</guid>
		<description>hola, tengo un problema al ejecutar el macro :/

&#039; Error de compilación:

Referencia de variable de control Next no válida &#039;</description>
		<content:encoded><![CDATA[<p>hola, tengo un problema al ejecutar el macro :/</p>
<p>&#8216; Error de compilación:</p>
<p>Referencia de variable de control Next no válida &#8216;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

