<?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/"
	>

<channel>
	<title>Automate Excel &#187; message box</title>
	<atom:link href="http://www.automateexcel.com/tag/message-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VBA: Yes or No Message Box</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/</link>
		<comments>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/#comments</comments>
		<pubDate>Fri, 04 Feb 2005 21:33:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[message box]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here is code to present the user with a Yes/No Message box and have the ability to run code based on the response. It works by setting a variable equal to the message box response and evaluating the variable with an IF&#8230;THEN statement. The code is commented in locations for changing the message text displayed, [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>VBA: Line Break or Line Feed in a Message Box</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_line_break_or_line_feed_in_a_m/</link>
		<comments>http://www.automateexcel.com/2004/08/14/excel_vba_line_break_or_line_feed_in_a_m/#comments</comments>
		<pubDate>Sat, 14 Aug 2004 01:12:04 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[line break]]></category>
		<category><![CDATA[message box]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you need to put a larger amount of text in a message box, the use of line feeds can help create a more readable format. To add a line feed to a msgbox in vba, add the word vbCrLf to your string as you would regular text, using the ampersand. You can also use [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/14/excel_vba_line_break_or_line_feed_in_a_m/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

