<?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: Improved Macro Security Warning in Excel 2010</title>
	<atom:link href="http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/comment-page-1/#comment-35047</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 03 Jun 2010 02:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2335#comment-35047</guid>
		<description>Duke -

The following procedure will open the VB editor, then minimize it. There will be a very slight flicker as the window opens and minimizes itself.

&lt;pre class=&quot;vbasmall&quot;&gt;&lt;code&gt;Sub Open_VBE()
  With Application.VBE.MainWindow
    .Visible = True
    .WindowState = 1 &#039; vbext_ws_Minimize
  End With
End Sub&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Duke -</p>
<p>The following procedure will open the VB editor, then minimize it. There will be a very slight flicker as the window opens and minimizes itself.</p>
<pre class="vbasmall"><code>Sub Open_VBE()
  With Application.VBE.MainWindow
    .Visible = True
    .WindowState = 1 ' vbext_ws_Minimize
  End With
End Sub</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duke</title>
		<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/comment-page-1/#comment-34995</link>
		<dc:creator>Duke</dc:creator>
		<pubDate>Wed, 02 Jun 2010 16:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2335#comment-34995</guid>
		<description>How do I ensure that the VBE is open?</description>
		<content:encoded><![CDATA[<p>How do I ensure that the VBE is open?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/comment-page-1/#comment-34341</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 25 May 2010 12:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2335#comment-34341</guid>
		<description>Masqu3rade -

I know of no feasible way to color the security warning in 2007 so it is more noticeable. I wish it would always pop up a dialog, but in 2007 the dialog only appears when the VB editor is open. That&#039;s most of the time for me, but of the 20% of the time when the VBE is closed, I miss 50% of the warnings.

The other shortcoming of the dialog warnings in 2007 is that, when you do get the dialog, clicking the red X does not cancel opening of the file as it used to do. The file still opens, but with macros disabled.</description>
		<content:encoded><![CDATA[<p>Masqu3rade -</p>
<p>I know of no feasible way to color the security warning in 2007 so it is more noticeable. I wish it would always pop up a dialog, but in 2007 the dialog only appears when the VB editor is open. That&#8217;s most of the time for me, but of the 20% of the time when the VBE is closed, I miss 50% of the warnings.</p>
<p>The other shortcoming of the dialog warnings in 2007 is that, when you do get the dialog, clicking the red X does not cancel opening of the file as it used to do. The file still opens, but with macros disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masqu3rade</title>
		<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/comment-page-1/#comment-34299</link>
		<dc:creator>masqu3rade</dc:creator>
		<pubDate>Tue, 25 May 2010 01:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2335#comment-34299</guid>
		<description>I agree with the &#039;missing it&#039; sentiment and it drives me crazy.  so my question is:  Is there anyway to bring back the old box or make the ribbon in 2007 bright red?

I could do it with VBA... oh wait...</description>
		<content:encoded><![CDATA[<p>I agree with the &#8216;missing it&#8217; sentiment and it drives me crazy.  so my question is:  Is there anyway to bring back the old box or make the ribbon in 2007 bright red?</p>
<p>I could do it with VBA&#8230; oh wait&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Martim</title>
		<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/comment-page-1/#comment-18802</link>
		<dc:creator>Robert Martim</dc:creator>
		<pubDate>Sun, 06 Sep 2009 15:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2335#comment-18802</guid>
		<description>Jon

Yep, missing the &quot;Message Bar&quot; was an easy job and happened more often than otherwise. But I actually prefer that more intrusive message box. I never missed that one. :o)

Thanks for sharing your thoughts on the new format of the Message Bar.</description>
		<content:encoded><![CDATA[<p>Jon</p>
<p>Yep, missing the &#8220;Message Bar&#8221; was an easy job and happened more often than otherwise. But I actually prefer that more intrusive message box. I never missed that one. :o)</p>
<p>Thanks for sharing your thoughts on the new format of the Message Bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/improved-macro-security-warning-in-excel-2010/comment-page-1/#comment-18451</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 29 Aug 2009 02:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2335#comment-18451</guid>
		<description>Bob -

I haven&#039;t explored the extent of the new warning. Every time I am tripped up by the gray hidden warning in 2007 (a couple times per session, it seems), I appreciate 2010&#039;s red message.</description>
		<content:encoded><![CDATA[<p>Bob -</p>
<p>I haven&#8217;t explored the extent of the new warning. Every time I am tripped up by the gray hidden warning in 2007 (a couple times per session, it seems), I appreciate 2010&#8242;s red message.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

