<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tony's Microsoft Access Blog : Office, Access</title><link>http://msmvps.com/blogs/access/archive/tags/Office/Access/default.aspx</link><description>Tags: Office, Access</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Did you know that you can change the PCs date and time from VBA code?</title><link>http://msmvps.com/blogs/access/archive/2011/07/17/did-you-know-that-you-can-change-the-pcs-date-and-time-from-vba-code.aspx</link><pubDate>Sun, 17 Jul 2011 22:44:19 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1796344</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1796344</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1796344</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2011/07/17/did-you-know-that-you-can-change-the-pcs-date-and-time-from-vba-code.aspx#comments</comments><description>&lt;p&gt;I didn’t.&amp;#160; Until I read The Daily WTF article &lt;a href="http://thedailywtf.com/Articles/TransAtlantic-Time-Trap.aspx" target="_blank"&gt;Trans-Atlantic Time Trap&lt;/a&gt;.&amp;#160;&amp;#160;&amp;#160; There’s a link leading to a 2004 thread on this topic &lt;a href="http://www.utteraccess.com/forum/Change-System-Date-VBA-t510774.html&amp;amp;p=510776" target="_blank"&gt;Change System Date via VBA&lt;/a&gt;.&amp;#160; Glad to see that fellow Access MVP Truitt B got bored one Saturday&amp;#160;&amp;#160; Note that one poster commented that if you used Date and Time as the names of fields in tables or controls on forms or reports you could have issues.&lt;/p&gt;  &lt;p&gt;I tried just the following VBA code on my Windows 7 system and received a Permission Denied error message which is, in my opinion, quite reasonable.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;date = #2012-01-01#&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;If I run Access as an administrator it does let me change the date.&amp;#160;&amp;#160; (I very quickly changed it back.)&lt;/p&gt;  &lt;p&gt;I then tried creating a control named Date on a form and then assigned it a string value.&amp;#160; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Date = “test”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I then got a Type MisMatch message.&amp;#160; Which makes sense once you realize what is happening.&lt;/p&gt;  &lt;p&gt;Next I tried &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;me.Date = “text”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;but this gave me an Invalid use of Me Keyword.&amp;#160;&amp;#160; Which also makes sense too.&amp;#160;&amp;#160; But very, very confusing to someone who doesn’t realize that these are reserved words.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Speaking of reserved words a friend was happily working on a timesheet system using a table called Union.&amp;#160; Which worked just fine for months until he had to create a union query using that table.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;For the definitive list see Allen Browne’s &lt;a href="http://allenbrowne.com/AppIssueBadWord.html" target="_blank"&gt;Problem names and reserved words in Access&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1796344" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/VBA/default.aspx">VBA</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category><category domain="http://msmvps.com/blogs/access/archive/tags/Eclectic/default.aspx">Eclectic</category></item><item><title>VBA Unit testing for Office</title><link>http://msmvps.com/blogs/access/archive/2010/08/25/vba-unit-testing-for-office.aspx</link><pubDate>Thu, 26 Aug 2010 04:20:42 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1776636</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1776636</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1776636</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2010/08/25/vba-unit-testing-for-office.aspx#comments</comments><description>&lt;p&gt;No idea how useful this is but a posting on Stack Overflow mentioned &lt;a href="http://sourceforge.net/projects/vbaunit/" target="_blank"&gt;VBAUnit&lt;/a&gt;&amp;#160; VBAUnit is an extension of Beck and Gamma&amp;#39;s JUnit unit-testing framework designed to work in Microsoft&amp;#39;s Office2000 using Visual Basic For Applications.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1776636" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/VBA/default.aspx">VBA</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category></item><item><title>Microsoft Office Diagnostics fixed “SendObject stopped responding”</title><link>http://msmvps.com/blogs/access/archive/2010/07/01/microsoft-office-diagnostics-fixed-sendobject-stopped-responding.aspx</link><pubDate>Thu, 01 Jul 2010 22:48:55 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1773022</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1773022</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1773022</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2010/07/01/microsoft-office-diagnostics-fixed-sendobject-stopped-responding.aspx#comments</comments><description>&lt;p&gt;A posting titled &lt;a href="http://groups.google.com/group/comp.databases.ms-access/browse_thread/thread/80e8d892317573a2/1989f7cc8b93840a" target="_blank"&gt;SendObject stopped responding&lt;/a&gt; caught my attention.&amp;#160; in it Rick stated “I finally ran the microsoft office diagnostics and it found one error and repaired it. “&amp;#160; You can find Microsoft Office Diagnostics on your Windows XP Programs menu at Windows Office &amp;lt;inset year here&amp;gt; menu &amp;gt;&amp;gt; Microsoft Office Tools.&amp;#160; Or search for it in Windows Vista and Windows 7.&lt;/p&gt;  &lt;p&gt;Thanks to Rick for posting his experience.&amp;#160;&amp;#160; I also thank Len Hannam of the Visual Basic and Developers user group in Edmonton for mentioning this tool a while back.&amp;#160; I must confess I never noticed it before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1773022" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category></item><item><title>vbMAPI - Outlook Security Evader for Office / VBA and classic VB6</title><link>http://msmvps.com/blogs/access/archive/2010/04/10/vbmapi-outlook-security-evader-for-office-vba-and-classic-vb6.aspx</link><pubDate>Sun, 11 Apr 2010 02:58:15 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1763238</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1763238</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1763238</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2010/04/10/vbmapi-outlook-security-evader-for-office-vba-and-classic-vb6.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.everythingaccess.com/vbmapi.htm" target="_blank"&gt;vbMAPI - Outlook Security Evader for Office / VBA and classic VB6&lt;/a&gt;&amp;#160; Another interesting product by Wayne Phillips.&lt;/p&gt;  &lt;p&gt;Thanks to fellow MVP Alex Dybenko &lt;a href="http://accessblog.net/2010/04/vbmapi-outlook-security-evader.html" target="_blank"&gt;for noticing this&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1763238" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/VBA/default.aspx">VBA</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category></item><item><title>Office 2010 The Movie</title><link>http://msmvps.com/blogs/access/archive/2009/05/12/office-2010-the-movie.aspx</link><pubDate>Wed, 13 May 2009 02:57:34 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692304</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1692304</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1692304</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/05/12/office-2010-the-movie.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.office2010themovie.com/" target="_blank"&gt;Office 2010 The Movie&lt;/a&gt;&amp;nbsp; Interesting video that.&amp;nbsp; But notice the link to the &lt;a href="http://blogs.technet.com/office2010/" target="_blank"&gt;Office 2010 blog&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692304" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category></item><item><title>Microsoft Office 2010 Technical Preview</title><link>http://msmvps.com/blogs/access/archive/2009/05/12/microsoft-office-2010-technical-preview.aspx</link><pubDate>Wed, 13 May 2009 02:25:32 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692303</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1692303</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1692303</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/05/12/microsoft-office-2010-technical-preview.aspx#comments</comments><description>&lt;p&gt;The &lt;a href="https://microsoft.crgevents.com/Office2010TheMovie/Content/Default.aspx?p=Home&amp;amp;" target="_blank"&gt;Microsoft Office 2010 Technical Preview&lt;/a&gt; is a limited, invitation only program which will provide you with the opportunity to experience early, pre-release versions of Office 2010 which will include the following applications:&amp;nbsp; Word 2010, Excel 2010, Outlook 2010, PowerPoint 2010, OneNote 2010, Access 2010, InfoPath 2010 and Publisher 2010. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692303" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category></item><item><title>Test your VBA coding skills and win!</title><link>http://msmvps.com/blogs/access/archive/2009/04/14/test-your-vba-coding-skills-and-win.aspx</link><pubDate>Wed, 15 Apr 2009 01:38:28 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1687575</guid><dc:creator>Tony</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1687575</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1687575</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/04/14/test-your-vba-coding-skills-and-win.aspx#comments</comments><description>&lt;p&gt;MSDN® is sponsoring a coding contest for Office 2007, named &lt;a href="http://blogs.msdn.com/officepalooza"&gt;OfficePalooza&lt;/a&gt;! This sweepstakes will run two weeks beginning April 20, 2009, and features ten fun Visual Basic of Applications™ (VBA) coding challenges in the form of puzzles and games. Each entrant will earn a chance to win one of hundreds of available prizes, determined by a random drawing at the end of the contest. &lt;p&gt;In conjunction with this contest, an Advanced Business User theme will run on &lt;a href="http://office.microsoft.com/"&gt;Microsoft Office Online&lt;/a&gt; from mid-April to mid-May, and will showcase the automation and extensibility aspects of Office 2007 through macros, custom VBA coding, the Fluent UI, and Office Open XML.&amp;nbsp; This collaborative effort will also highlight existing and newly-created content on the &lt;a href="http://msdn.microsoft.com/office"&gt;MSDN Microsoft Office Developer Center&lt;/a&gt;.  &lt;p&gt;There are a few Access challenges which could be interesting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1687575" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Office/default.aspx">Office</category></item></channel></rss>