<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MUCHO EXCEL &#187; métodos</title>
	<atom:link href="http://muchoexcel.wordpress.com/category/metodos/feed/" rel="self" type="application/rss+xml" />
	<link>http://muchoexcel.wordpress.com</link>
	<description>Manual de ayuda para la hoja de cálculo Excel</description>
	<lastBuildDate>Fri, 25 Jun 2010 11:15:48 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='muchoexcel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>MUCHO EXCEL &#187; métodos</title>
		<link>http://muchoexcel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://muchoexcel.wordpress.com/osd.xml" title="MUCHO EXCEL" />
	<atom:link rel='hub' href='http://muchoexcel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Calculate</title>
		<link>http://muchoexcel.wordpress.com/2010/04/23/calculate/</link>
		<comments>http://muchoexcel.wordpress.com/2010/04/23/calculate/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:10:31 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[métodos]]></category>

		<guid isPermaLink="false">http://muchoexcel.wordpress.com/?p=133</guid>
		<description><![CDATA[Calcula todos los libros abiertos, una hoja de cálculo específica de un libro o un rango determinado de celdas de una hoja, como se muestra en la lista siguiente: Para calcular Use este ejemplo Todos los libros abiertos Application.Calculate (o sencillamente Calculate) Una hoja de cálculo determinada Worksheets(1).Calculate Un rango específico Worksheets(1).Rows(2).Calculate   expresión.Calculate expresión      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=muchoexcel.wordpress.com&#038;blog=8515375&#038;post=133&#038;subd=muchoexcel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Calcula todos los libros abiertos, una hoja de cálculo específica de un libro o un rango determinado de celdas de una hoja, como se muestra en la lista siguiente:</p>
<table>
<tbody>
<tr>
<th>Para calcular</th>
<th>Use este ejemplo</th>
</tr>
<tr>
<td>Todos los libros abiertos</td>
<td><code>Application.Calculate</code> (o sencillamente <code>Calculate</code>)</td>
</tr>
<tr>
<td>Una hoja de cálculo determinada</td>
<td><code>Worksheets(1).Calculate</code></td>
</tr>
<tr>
<td>Un rango específico</td>
<td><code>Worksheets(1).Rows(2).Calculate</code></td>
</tr>
</tbody>
</table>
<p> </p>
<p><em>expresión</em><strong>.Calculate</strong></p>
<p><em>expresión   </em>   Opcional para <strong>Application</strong>, requerido para <strong>Worksheet</strong> y <strong>Range</strong>. Expresión que devuelve un objeto de la lista Aplicar a.</p>
<h2><a id="#example" name="#example">Ejemplo</a></h2>
<p>En este ejemplo se calculan las fórmulas de las columnas A, B y C en el rango empleado de Sheet1.</p>
<pre><code>Worksheets("Sheet1").UsedRange.Columns("A:C").<strong>Calculate</strong></code></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/muchoexcel.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/muchoexcel.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/muchoexcel.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/muchoexcel.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/muchoexcel.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/muchoexcel.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/muchoexcel.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/muchoexcel.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=muchoexcel.wordpress.com&#038;blog=8515375&#038;post=133&#038;subd=muchoexcel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://muchoexcel.wordpress.com/2010/04/23/calculate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b7e9cbbcc21555188c8d816c1c91a96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Roger</media:title>
		</media:content>
	</item>
	</channel>
</rss>
