<?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: Excel VBE Multiline Search And Replace</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-67896</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 09 Nov 2011 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-67896</guid>
		<description>&lt;p&gt;David: Under the Tools menu, choose Multiline VBA F&amp;R&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>David: Under the Tools menu, choose Multiline VBA F&amp;R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David P. Ellis</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-67735</link>
		<dc:creator>David P. Ellis</dc:creator>
		<pubDate>Sat, 05 Nov 2011 14:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-67735</guid>
		<description>&lt;p&gt;This utility sounds really great. However, I feel somewhat ... shall we say mentally deficient. I&#039;ve been programming in the VBA for Excel environment for quite a number of years, have installed various add ins to Excel and such, but I cannot find out how to activate the new search and replace feature.&lt;/p&gt;
&lt;p&gt;I saw in an earlier post where you used to use (ctrl-shift-f), but that does not work and I cannot find anywhere in your download page nor in the zip file any instructions on how to activate this feature.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This utility sounds really great. However, I feel somewhat &#8230; shall we say mentally deficient. I&#8217;ve been programming in the VBA for Excel environment for quite a number of years, have installed various add ins to Excel and such, but I cannot find out how to activate the new search and replace feature.</p>
<p>I saw in an earlier post where you used to use (ctrl-shift-f), but that does not work and I cannot find anywhere in your download page nor in the zip file any instructions on how to activate this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mir</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-31393</link>
		<dc:creator>Mir</dc:creator>
		<pubDate>Thu, 20 Mar 2008 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-31393</guid>
		<description>&lt;p&gt;A real time saver, and a very well written piece of software, remembers all data between consecutive runs, and it even supports line-by-line Undoing! Some bells and whistles such as &#039;Current Function/Sub&#039;, &#039;Replace All&#039;, a &#039;Replace&#039; button on the &#039;Find&#039; dialog box, wildcard support, and my contrived wish of &#039;Replace This String with Function/Sub Name&#039;, which I would use for replacing a fixed string such as &quot;ThisMethodNameToBeChanged&quot; as in: &lt;/p&gt;
&lt;p&gt;Const method_name As String = &quot;ThisMethodNameToBeChanged&quot;&lt;/p&gt;
&lt;p&gt;with function names, i.e. with the first word found after the latest occurence of the phrase &quot;Function &quot; or &quot;Sub &quot; (case sensitive), but save these features for the commercial version ;) Anyway, a big thanks to the author!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A real time saver, and a very well written piece of software, remembers all data between consecutive runs, and it even supports line-by-line Undoing! Some bells and whistles such as &#8216;Current Function/Sub&#8217;, &#8216;Replace All&#8217;, a &#8216;Replace&#8217; button on the &#8216;Find&#8217; dialog box, wildcard support, and my contrived wish of &#8216;Replace This String with Function/Sub Name&#8217;, which I would use for replacing a fixed string such as &#8220;ThisMethodNameToBeChanged&#8221; as in: </p>
<p>Const method_name As String = &#8220;ThisMethodNameToBeChanged&#8221;</p>
<p>with function names, i.e. with the first word found after the latest occurence of the phrase &#8220;Function &#8221; or &#8220;Sub &#8221; (case sensitive), but save these features for the commercial version <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Anyway, a big thanks to the author!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23032</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Sun, 15 Apr 2007 12:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23032</guid>
		<description>&lt;p&gt;Doug: I&#039;ll have a look. The hiding of Excel is &quot;by design&quot;, it is a quick way to ensure the userform does not take you to the Excel window instead of showing it on top of the VBE. I figured that to be allowed, since you&#039;re in the VBE anyway and ther eis no UI that can start it from excel.&lt;/p&gt;
&lt;p&gt;fzz: I don&#039;t thing the VBE is that bad. The hassle of copying into another app and pasting back is simply too much for me. Anyway, writing this was just fun.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Doug: I&#8217;ll have a look. The hiding of Excel is &#8220;by design&#8221;, it is a quick way to ensure the userform does not take you to the Excel window instead of showing it on top of the VBE. I figured that to be allowed, since you&#8217;re in the VBE anyway and ther eis no UI that can start it from excel.</p>
<p>fzz: I don&#8217;t thing the VBE is that bad. The hassle of copying into another app and pasting back is simply too much for me. Anyway, writing this was just fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Glancy</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23023</link>
		<dc:creator>Doug Glancy</dc:creator>
		<pubDate>Sat, 14 Apr 2007 19:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23023</guid>
		<description>&lt;p&gt;Jan Karel,&lt;/p&gt;
&lt;p&gt;I am not able to use it.  Some of the things I&#039;m seeing:&lt;br&gt;
- If I click back into the VBE with your utility open and then open it again, I then have two instances open.  If I try to close one they both close.  If I then try to reopen, there are two instances.&lt;br&gt;
- Opening your utility hides Excel (only the VBE is visible in the taskbar)&lt;br&gt;
- If I pick parts of 2 consecutive lines, i.e., the end of the first and begin of the second, it shows the whole first line in the utility and none of the second&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jan Karel,</p>
<p>I am not able to use it.  Some of the things I&#8217;m seeing:<br />
- If I click back into the VBE with your utility open and then open it again, I then have two instances open.  If I try to close one they both close.  If I then try to reopen, there are two instances.<br />
- Opening your utility hides Excel (only the VBE is visible in the taskbar)<br />
- If I pick parts of 2 consecutive lines, i.e., the end of the first and begin of the second, it shows the whole first line in the utility and none of the second</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23021</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Sat, 14 Apr 2007 08:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23021</guid>
		<description>&lt;p&gt;Lipstick on a warthog.&lt;/p&gt;
&lt;p&gt;That a thing CAN be done doesn&#039;t make it a good idea. VBE is a handy debugging environment, but it&#039;s not a particularly good editor. Myself, if I need to do thorough editing of VBA code, I write it to text files, use a more capable editor, then read it back into the .xls/.xla file. Even for ad hoc tweaks, it seems easier to copy text from VBE (leaving it selected), paste into a more capable editor, make the changes there, copy the result, paste into VBE replacing the selected (and now modified) text. This gets me regular expressions as well as multiline pattern support. And I could automate it using AutoIt if I weren&#039;t so lazy.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lipstick on a warthog.</p>
<p>That a thing CAN be done doesn&#8217;t make it a good idea. VBE is a handy debugging environment, but it&#8217;s not a particularly good editor. Myself, if I need to do thorough editing of VBA code, I write it to text files, use a more capable editor, then read it back into the .xls/.xla file. Even for ad hoc tweaks, it seems easier to copy text from VBE (leaving it selected), paste into a more capable editor, make the changes there, copy the result, paste into VBE replacing the selected (and now modified) text. This gets me regular expressions as well as multiline pattern support. And I could automate it using AutoIt if I weren&#8217;t so lazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Vidas</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23015</link>
		<dc:creator>Matt Vidas</dc:creator>
		<pubDate>Fri, 13 Apr 2007 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23015</guid>
		<description>&lt;p&gt;I think it was me that was being greylisted, based on the contents of the link given in the email (I&#039;ll mask your address):&lt;/p&gt;
&lt;p&gt;Message is waiting at win4.fastbighost.com for delivery to mail3.longhead.com.&lt;br&gt;
Message delivery has been delayed to the following recipients:&lt;br&gt;
Recipient: [SMTP:info@yourdomain.com]&lt;br&gt;
Reason: Remote SMTP Server Returned: 450 : Recipient address rejected: Greylisted for 300 seconds (see &lt;a href=&quot;http://isg.ee.ethz.ch/tools/postgrey/help/jkp-ads.com.html&quot; rel=&quot;nofollow&quot;&gt;http://isg.ee.ethz.ch/tools/postgrey/help/jkp-ads.com.html&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Clicking on that link takes you to &lt;a href=&quot;http://postgrey.schweikert.ch/help/jkp-ads.com.html&quot; rel=&quot;nofollow&quot;&gt;http://postgrey.schweikert.ch/help/jkp-ads.com.html&lt;/a&gt; which says &quot;If you see this error message while sending a mail, it probably means that you did something wrong&quot;&lt;/p&gt;
&lt;p&gt;My email just had some code changes to get around the down-arrow key thing, and the protected project. Both are things I know you can do just fine, so my email was unnecessary :) Was just trying to help you out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think it was me that was being greylisted, based on the contents of the link given in the email (I&#8217;ll mask your address):</p>
<p>Message is waiting at win4.fastbighost.com for delivery to mail3.longhead.com.<br />
Message delivery has been delayed to the following recipients:<br />
Recipient: [SMTP:info@yourdomain.com]<br />
Reason: Remote SMTP Server Returned: 450 : Recipient address rejected: Greylisted for 300 seconds (see <a href="http://isg.ee.ethz.ch/tools/postgrey/help/jkp-ads.com.html" rel="nofollow">http://isg.ee.ethz.ch/tools/postgrey/help/jkp-ads.com.html</a>)</p>
<p>Clicking on that link takes you to <a href="http://postgrey.schweikert.ch/help/jkp-ads.com.html" rel="nofollow">http://postgrey.schweikert.ch/help/jkp-ads.com.html</a> which says &#8220;If you see this error message while sending a mail, it probably means that you did something wrong&#8221;</p>
<p>My email just had some code changes to get around the down-arrow key thing, and the protected project. Both are things I know you can do just fine, so my email was unnecessary <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Was just trying to help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23014</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Fri, 13 Apr 2007 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23014</guid>
		<description>&lt;p&gt;Who was being grey listed, me or you?&lt;/p&gt;
&lt;p&gt;Anyway, I&#039;ve updated the download. No more disappearing Excel .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Who was being grey listed, me or you?</p>
<p>Anyway, I&#8217;ve updated the download. No more disappearing Excel .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Vidas</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23013</link>
		<dc:creator>Matt Vidas</dc:creator>
		<pubDate>Fri, 13 Apr 2007 18:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23013</guid>
		<description>&lt;p&gt;I sent you an email a little while ago (info@) with some code fixes, but got a message delivery delay notice about being gray listed.  Let me know if you didn&#039;t get it, I can try sending from a different address&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I sent you an email a little while ago (info@) with some code fixes, but got a message delivery delay notice about being gray listed.  Let me know if you didn&#8217;t get it, I can try sending from a different address</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/04/12/excel-vbe-multiline-search-and-replace/#comment-23012</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Fri, 13 Apr 2007 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1643#comment-23012</guid>
		<description>&lt;p&gt;Thanks Matt, those are useful comments indeed.&lt;br&gt;
I need to work on the error handling, that&#039;s for sure.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Matt, those are useful comments indeed.<br />
I need to work on the error handling, that&#8217;s for sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

