<?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: VBA: Yes or No Message Box</title>
	<atom:link href="http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Spectrum</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-2179</link>
		<dc:creator>Spectrum</dc:creator>
		<pubDate>Wed, 10 Aug 2011 12:56:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-2179</guid>
		<description>I do not know how to make choices as &quot;Now&quot; or &quot;Later&quot;
:/</description>
		<content:encoded><![CDATA[<p>I do not know how to make choices as &#8220;Now&#8221; or &#8220;Later&#8221;<br />
:/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadoj</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-1668</link>
		<dc:creator>Nadoj</dc:creator>
		<pubDate>Thu, 26 Aug 2010 00:45:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-1668</guid>
		<description>Thanks, that is very nice. It will help stop data errors that have been happening.</description>
		<content:encoded><![CDATA[<p>Thanks, that is very nice. It will help stop data errors that have been happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-1467</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:40:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-1467</guid>
		<description>Can u write a programm or steps for writting a programm in macros in which there is a formula with variable value &quot;x&quot; such that when you put the value &quot;x&quot; the answer should match exactly to other cell value. 
As i am new and not knowing the code &amp; steps for writting a programm.
help me out</description>
		<content:encoded><![CDATA[<p>Can u write a programm or steps for writting a programm in macros in which there is a formula with variable value &#8220;x&#8221; such that when you put the value &#8220;x&#8221; the answer should match exactly to other cell value.<br />
As i am new and not knowing the code &amp; steps for writting a programm.<br />
help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcole</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-1466</link>
		<dc:creator>bcole</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:01:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-1466</guid>
		<description>Fantastic! Simple and elegant.
I plan on inserting into many of my modules to make sure I do not accidentally send the wrong hotkey. 
Thanks!</description>
		<content:encoded><![CDATA[<p>Fantastic! Simple and elegant.<br />
I plan on inserting into many of my modules to make sure I do not accidentally send the wrong hotkey.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-1448</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Thu, 18 Feb 2010 06:53:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-1448</guid>
		<description>Exactly what I wanted. Simple and effective.
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Exactly what I wanted. Simple and effective.<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-1358</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:43:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-1358</guid>
		<description>Thanx for this example!!!</description>
		<content:encoded><![CDATA[<p>Thanx for this example!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SK</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-1027</link>
		<dc:creator>SK</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:47:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-1027</guid>
		<description>Sub MsgBox4()
        
        MsgBox title:=&quot;Analysis of Acctg Activities&quot;, Prompt:=&quot;Can not execute your command.  No data availabe for that period.&quot;

End Sub

When run this code it jumps to the conclusion.  &quot;Wrong number of orgumaents or invalid property assignment&quot; and shows the MsgBox.  I ran this code before several times without any problem.  Now I am using Excel 2007.</description>
		<content:encoded><![CDATA[<p>Sub MsgBox4()</p>
<p>        MsgBox title:=&#8221;Analysis of Acctg Activities&#8221;, Prompt:=&#8221;Can not execute your command.  No data availabe for that period.&#8221;</p>
<p>End Sub</p>
<p>When run this code it jumps to the conclusion.  &#8220;Wrong number of orgumaents or invalid property assignment&#8221; and shows the MsgBox.  I ran this code before several times without any problem.  Now I am using Excel 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-864</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:18:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-864</guid>
		<description>I would assume that you need an if/then/else loop based on x, otherwise it will hit your second line every time.</description>
		<content:encoded><![CDATA[<p>I would assume that you need an if/then/else loop based on x, otherwise it will hit your second line every time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: REVNED</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-627</link>
		<dc:creator>REVNED</dc:creator>
		<pubDate>Fri, 15 Aug 2008 04:55:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-627</guid>
		<description>Private Sub Modify_Click()
x = MsgBox(&quot;Are you sure you want to modify records?&quot;, vbYesNo, &quot;SLSA Engineering Database&quot;)
            DoCmd.OpenForm &quot;Modify Record Menu&quot;, acNormal
            
 End Sub

.....i have this code but evertime i click No buttong in the message box it still open me a form... please help me if there is still missing in my codes and what was it?...Im not a programmer, anyone can help with this code?</description>
		<content:encoded><![CDATA[<p>Private Sub Modify_Click()<br />
x = MsgBox(&#8220;Are you sure you want to modify records?&#8221;, vbYesNo, &#8220;SLSA Engineering Database&#8221;)<br />
            DoCmd.OpenForm &#8220;Modify Record Menu&#8221;, acNormal</p>
<p> End Sub</p>
<p>&#8230;..i have this code but evertime i click No buttong in the message box it still open me a form&#8230; please help me if there is still missing in my codes and what was it?&#8230;Im not a programmer, anyone can help with this code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJB</title>
		<link>http://www.automateexcel.com/2005/02/04/excel_vba_yes_or_no_message_box/comment-page-1/#comment-501</link>
		<dc:creator>MJB</dc:creator>
		<pubDate>Tue, 05 Aug 2008 04:45:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-501</guid>
		<description>Thanks for the useful example! I knew I wanted something like this, but I couldn&#039;t find anything similar in the help files. This yes/no msgbox was exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks for the useful example! I knew I wanted something like this, but I couldn&#8217;t find anything similar in the help files. This yes/no msgbox was exactly what I needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

