<?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>Rong Fu Methods</title>
	<atom:link href="http://rongfumethods.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rongfumethods.wordpress.com</link>
	<description>Advanced Wrong Fu Methods</description>
	<lastBuildDate>Mon, 19 Jul 2010 23:20:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rongfumethods.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a1116ef609e552663bf3e7fcb4a5f2c1?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Rong Fu Methods</title>
		<link>http://rongfumethods.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rongfumethods.wordpress.com/osd.xml" title="Rong Fu Methods" />
	<atom:link rel='hub' href='http://rongfumethods.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mengatasi salah satu masalah circular reference pada Microsoft Excel</title>
		<link>http://rongfumethods.wordpress.com/2010/07/20/mengatasi-salah-satu-masalah-circular-reference-pada-microsoft-excel/</link>
		<comments>http://rongfumethods.wordpress.com/2010/07/20/mengatasi-salah-satu-masalah-circular-reference-pada-microsoft-excel/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 23:20:33 +0000</pubDate>
		<dc:creator>rongfu</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://rongfumethods.wordpress.com/?p=49</guid>
		<description><![CDATA[Apakah mungkin untuk membuat sebuah cell di dalam Microsoft Excel yang bisa menjumlah value dari cell lain dengan value cell itu sendiri setiap ada perubahan value pada cell lain itu? Misalkan cell A1 adalah cell untuk inputan, sedangkan cell B1 adalah cell yang akan terus menambahkan value dari cell B1 itu sendiri dengan value dari [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rongfumethods.wordpress.com&amp;blog=10703103&amp;post=49&amp;subd=rongfumethods&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Apakah mungkin untuk membuat sebuah cell di dalam Microsoft Excel yang bisa menjumlah value dari cell lain dengan value cell itu sendiri setiap ada perubahan value pada cell lain itu?</p>
<p style="text-align:justify;">Misalkan cell A1 adalah cell untuk inputan, sedangkan cell B1 adalah cell yang akan terus menambahkan value dari cell B1 itu sendiri dengan value dari cell A1 setiap terjadi perubahan value pada cell A1.</p>
<p style="text-align:justify;">Jadi kalau cell B1 sudah berisi 100, maka kalau cell A1 diedit, diisi 5 lalu enter ditekan, maka cell B1 akan berubah menjadi 105. Kalau kemudian cell A1 diedit lagi, diisi 2 lalu enter ditekan, maka cell B1 akan berubah menjadi 107.</p>
<p style="text-align:justify;">Anggap saja logikanya adalah B1=B1+A1</p>
<p style="text-align:justify;">Kalau hal itu diterapkan begitu saja, maka akan terjadi error circular reference.</p>
<p style="text-align:justify;">Tapi ada cara untuk itu.</p>
<p style="text-align:justify;">1. Arahkan cursor pada nama sheet yang diinginkan, lalu right click pada nama sheet itu untuk memunculkan pop-up menu.</p>
<div id="attachment_55" class="wp-caption alignnone" style="width: 310px"><a href="http://rongfumethods.files.wordpress.com/2010/07/step-1c.png"><img class="size-medium wp-image-55" title="Step 1" src="http://rongfumethods.files.wordpress.com/2010/07/step-1c.png?w=300&#038;h=200" alt="" width="300" height="200" /></a><p class="wp-caption-text">Step 1</p></div>
<p style="text-align:justify;">
<p style="text-align:justify;">2. Click View Code pada pop-up menu yang muncul.</p>
<div id="attachment_56" class="wp-caption alignnone" style="width: 310px"><a href="http://rongfumethods.files.wordpress.com/2010/07/step-2c.png"><img class="size-medium wp-image-56" title="Step 2" src="http://rongfumethods.files.wordpress.com/2010/07/step-2c.png?w=300&#038;h=200" alt="" width="300" height="200" /></a><p class="wp-caption-text">Step 2</p></div>
<p style="text-align:justify;">maka akan muncul window baru dengan tampilan seperti di bawah ini:</p>
<div id="attachment_52" class="wp-caption alignnone" style="width: 310px"><a href="http://rongfumethods.files.wordpress.com/2010/07/step-3.png"><img class="size-medium wp-image-52" title="VBA" src="http://rongfumethods.files.wordpress.com/2010/07/step-3.png?w=300&#038;h=200" alt="" width="300" height="200" /></a><p class="wp-caption-text">VBA</p></div>
<p style="text-align:justify;padding-left:30px;">
<p style="text-align:justify;">3. Copy dan paste code  di bawah ini :</p>
<blockquote><p>Private Sub Worksheet_Change(ByVal Target As Range)</p>
<p style="padding-left:30px;">Dim KeyCells As Range</p>
<p style="padding-left:30px;">Set KeyCells = Range(&#8220;A1:A1&#8243;)</p>
<p style="padding-left:30px;">If Not Application.Intersect(KeyCells, Range(Target.Address)) _</p>
<p style="padding-left:90px;">Is Nothing Then</p>
<p style="padding-left:60px;">Dim A1, B1</p>
<p style="padding-left:60px;">A1 = Cells(1, &#8220;A&#8221;)</p>
<p style="padding-left:60px;">B1 = Cells(1, &#8220;B&#8221;)</p>
<p style="padding-left:60px;">B1 = B1 + A1</p>
<p style="padding-left:60px;">Cells(1, &#8220;B&#8221;) = B1</p>
<p style="padding-left:30px;">End If</p>
<p>End Sub</p></blockquote>
<p style="text-align:justify;">
<p style="text-align:justify;">hingga hasilnya seperti ini:</p>
<div id="attachment_53" class="wp-caption alignnone" style="width: 310px"><a href="http://rongfumethods.files.wordpress.com/2010/07/step-4.png"><img class="size-medium wp-image-53" title="Paste VBA Code" src="http://rongfumethods.files.wordpress.com/2010/07/step-4.png?w=300&#038;h=200" alt="" width="300" height="200" /></a><p class="wp-caption-text">Paste VBA Code</p></div>
<p style="text-align:justify;">
<p style="text-align:justify;">4. Close Window ini tanpa melakukan Save, dengan shortcut Alt-Q atau pilih File, Close and Return to Microsoft Excel.</p>
<div id="attachment_54" class="wp-caption alignnone" style="width: 310px"><a href="http://rongfumethods.files.wordpress.com/2010/07/step-5.png"><img class="size-medium wp-image-54" title="Close" src="http://rongfumethods.files.wordpress.com/2010/07/step-5.png?w=300&#038;h=200" alt="" width="300" height="200" /></a><p class="wp-caption-text">Close</p></div>
<p style="text-align:justify;">
<p style="text-align:justify;">Sekarang silakan coba untuk merubah value dari cell A1. Setiap ada perubahan (yang diikuti dengan menekan enter), maka akan menambahkan value terbaru dari cell A1 pada cell B1.</p>
<br />Filed under: <a href='http://rongfumethods.wordpress.com/category/misc/'>Misc</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rongfumethods.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rongfumethods.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rongfumethods.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rongfumethods.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rongfumethods.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rongfumethods.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rongfumethods.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rongfumethods.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rongfumethods.wordpress.com&amp;blog=10703103&amp;post=49&amp;subd=rongfumethods&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rongfumethods.wordpress.com/2010/07/20/mengatasi-salah-satu-masalah-circular-reference-pada-microsoft-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df2e82b620efad523d73ee1c17cf4e59?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rongfu</media:title>
		</media:content>

		<media:content url="http://rongfumethods.files.wordpress.com/2010/07/step-1c.png?w=300" medium="image">
			<media:title type="html">Step 1</media:title>
		</media:content>

		<media:content url="http://rongfumethods.files.wordpress.com/2010/07/step-2c.png?w=300" medium="image">
			<media:title type="html">Step 2</media:title>
		</media:content>

		<media:content url="http://rongfumethods.files.wordpress.com/2010/07/step-3.png?w=300" medium="image">
			<media:title type="html">VBA</media:title>
		</media:content>

		<media:content url="http://rongfumethods.files.wordpress.com/2010/07/step-4.png?w=300" medium="image">
			<media:title type="html">Paste VBA Code</media:title>
		</media:content>

		<media:content url="http://rongfumethods.files.wordpress.com/2010/07/step-5.png?w=300" medium="image">
			<media:title type="html">Close</media:title>
		</media:content>
	</item>
		<item>
		<title>Hide Meta Widget</title>
		<link>http://rongfumethods.wordpress.com/2009/11/28/hid-meta-widget/</link>
		<comments>http://rongfumethods.wordpress.com/2009/11/28/hid-meta-widget/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:06:53 +0000</pubDate>
		<dc:creator>rongfu</dc:creator>
				<category><![CDATA[Wordpress.COM]]></category>

		<guid isPermaLink="false">http://rongfumethods.wordpress.com/?p=19</guid>
		<description><![CDATA[To hide meta widget on the sidebar : Login to your wordpress.com Go to http://yourwordpress.wordpress.com/wp-admin/widgets.php Replace yourwordpress with your wordpress name. For example my wordpress name is rongfumethods, then the address is http://rongfumethods.wordpress.com/wp-admin/widgets.php By default, many widget appear in themes include that meta widget, but you just need to add a widget in the sidebar, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rongfumethods.wordpress.com&amp;blog=10703103&amp;post=19&amp;subd=rongfumethods&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To hide meta widget on the sidebar :</p>
<ul>
<li>Login to your wordpress.com</li>
<li>Go to http://yourwordpress.wordpress.com/wp-admin/widgets.php<br />
Replace yourwordpress with your wordpress name.<br />
For example my wordpress name is rongfumethods,<br />
then the address is</p>
<p>http://rongfumethods.wordpress.com/wp-admin/widgets.php</li>
<li>By default, many widget appear in themes include that meta widget, but you just need to add a widget in the sidebar, and all other widget on the sidebar will disappear from your page.<br />
Select a widget, click add.<br />
Type a title for the widget (preferably the same with the widget&#8217;s name)<br />
Choose it&#8217;s position in the sidebar.<br />
Click Save Widget, and check the result.</li>
</ul>
<br />Posted in Wordpress.COM  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rongfumethods.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rongfumethods.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rongfumethods.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rongfumethods.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rongfumethods.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rongfumethods.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rongfumethods.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rongfumethods.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rongfumethods.wordpress.com&amp;blog=10703103&amp;post=19&amp;subd=rongfumethods&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rongfumethods.wordpress.com/2009/11/28/hid-meta-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df2e82b620efad523d73ee1c17cf4e59?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rongfu</media:title>
		</media:content>
	</item>
		<item>
		<title>Yahoo Halloween Audibles</title>
		<link>http://rongfumethods.wordpress.com/2009/11/28/yahoo-halloween-audibles/</link>
		<comments>http://rongfumethods.wordpress.com/2009/11/28/yahoo-halloween-audibles/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 18:01:53 +0000</pubDate>
		<dc:creator>rongfu</dc:creator>
				<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://rongfumethods.wordpress.com/?p=4</guid>
		<description><![CDATA[To enable Yahoo Halloween Audibles on your Yahoo Messenger : Close and EXIT your Yahoo Messenger. Install the latest Adobe Flash Player Open Notepad Block, copy and paste this to your Notepad REGEDIT4 [HKEY_CURRENT_USER\Software\Yahoo\Pager\profiles\USERNAME] “ShowAudibleBar”=dword:00000001 “LastUsedAudibleSet”=”base.us.halloween” Rename USERNAME with your YM login without @yahoo.com (i.e : if your YM login is myemail@yahoo.com then replace USERNAME [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rongfumethods.wordpress.com&amp;blog=10703103&amp;post=4&amp;subd=rongfumethods&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To enable Yahoo Halloween Audibles on your Yahoo Messenger :</p>
<ul>
<li>Close and EXIT your Yahoo Messenger.</li>
<li>Install the latest Adobe Flash Player</li>
<li>Open Notepad</li>
<li>Block, copy and paste this to your Notepad</li>
</ul>
<p><strong><span style="color:#000000;">REGEDIT4</span></strong></p>
<p><span style="color:#ffff99;"><span style="color:#000000;"><strong>[HKEY_CURRENT_USER\Software\Yahoo\Pager\profiles\USERNAME]<br />
“ShowAudibleBar”=dword:00000001<br />
“LastUsedAudibleSet”=”base.us.halloween”</strong></span></span></p>
<p><strong> </strong></p>
<ul>
<li>Rename USERNAME with your YM login without @yahoo.com<br />
(i.e : if your YM login is myemail@yahoo.com then replace USERNAME with myemail)</li>
<li>Save as FILENAME.REG (you can change FILENAME, but don’t change the .REG extension).</li>
<li>Run/Execute the REG file. Allow it to modify your Windows Registry.</li>
<li>Start Yahoo Messenger.</li>
<li>Check your audibles section, it should change to Halloween.</li>
</ul>
<br />Posted in Yahoo  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rongfumethods.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rongfumethods.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rongfumethods.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rongfumethods.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rongfumethods.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rongfumethods.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rongfumethods.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rongfumethods.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rongfumethods.wordpress.com&amp;blog=10703103&amp;post=4&amp;subd=rongfumethods&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rongfumethods.wordpress.com/2009/11/28/yahoo-halloween-audibles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df2e82b620efad523d73ee1c17cf4e59?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rongfu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
