<link rel="stylesheet" type="text/css" href="http://excelvbamacro.com/wp-content/plugins/wp-secure-by-sitesecuritymonitorcom/css/hiddenloginerror.css" /> <script type="text/javascript">document.getElementById('wp-version-message').innerHTML = '';</script> <?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: How To Find Row Position of a Particular Text</title> <atom:link href="http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text/feed/" rel="self" type="application/rss+xml" /><link>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text/</link> <description>Excel VBA Macro Tutorial and Examples</description> <lastBuildDate>Tue, 25 May 2010 20:23:08 +0800</lastBuildDate> <generator>http://wordpress.org/?v=224</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Excel VBA Macro</title><link>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text/comment-page-1/#comment-307</link> <dc:creator>Excel VBA Macro</dc:creator> <pubDate>Fri, 12 Jun 2009 05:20:12 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=78#comment-307</guid> <description>halo Andy, the function above should be called by others excel vba macro procedure or function in Excel VBA editor.we can&#039;t called it directly from the excel formula bar.to make it search another worksheet is simple, just activate the worksheet we want to search before calling the function above, and the function above will search that worksheet.in short, the function act as supporting function for other vba procedure, because the nature of the function is only to seek for text position in active worksheet.</description> <content:encoded><![CDATA[<p>halo Andy, the function above should be called by others excel vba macro procedure or function in Excel VBA editor.</p><p>we can&#8217;t called it directly from the excel formula bar.</p><p>to make it search another worksheet is simple, just activate the worksheet we want to search before calling the function above, and the function above will search that worksheet.</p><p>in short, the function act as supporting function for other vba procedure, because the nature of the function is only to seek for text position in active worksheet.</p> ]]></content:encoded> </item> <item><title>By: Andy</title><link>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text/comment-page-1/#comment-306</link> <dc:creator>Andy</dc:creator> <pubDate>Wed, 10 Jun 2009 19:18:22 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=78#comment-306</guid> <description>Where exactly do I put this function in the Excel code to make it work.  As well, how can you make it search another worksheet versus the current one?Andy</description> <content:encoded><![CDATA[<p>Where exactly do I put this function in the Excel code to make it work.  As well, how can you make it search another worksheet versus the current one?</p><p>Andy</p> ]]></content:encoded> </item> <item><title>By: Poer</title><link>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text/comment-page-1/#comment-293</link> <dc:creator>Poer</dc:creator> <pubDate>Mon, 08 Jun 2009 01:30:40 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=78#comment-293</guid> <description>Hi Andy, we can use Excel build in OFFSET function to do that.for example, to move 5 row below current active cell, and paste the value copied before in there, we use something like this&lt;pre class=&quot;brush:vb&quot;&gt; ActiveCell.Offset(5).Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False &lt;/pre&gt;</description> <content:encoded><![CDATA[<p>Hi Andy, we can use Excel build in OFFSET function to do that.</p><p>for example, to move 5 row below current active cell, and paste the value copied before in there, we use something like this</p><pre class="brush:vb">
    ActiveCell.Offset(5).Select

    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
</pre>]]></content:encoded> </item> <item><title>By: andy</title><link>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text/comment-page-1/#comment-270</link> <dc:creator>andy</dc:creator> <pubDate>Fri, 20 Feb 2009 23:23:11 +0000</pubDate> <guid isPermaLink="false">http://excelvbamacro.com/?p=78#comment-270</guid> <description>Can you tell me how to find a value in the first cell then move across to a specifeied row and paste a new value?I can do the vlookup or activecell offset but cant get the rest to work</description> <content:encoded><![CDATA[<p>Can you tell me how to find a value in the first cell then move across to a specifeied row and paste a new value?</p><p>I can do the vlookup or activecell offset but cant get the rest to work</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 8/19 queries in 0.071 seconds using disk

Served from: excelvbamacro.com @ 2010-07-30 19:40:57 -->