<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Microsoft Office Reporter Latest Posts</title>
        <description>Microsoft Office Reporter -- Single Source for the Latest Microsoft Office Jobs and Info</description>
        <link>http://www.msofficereporter.com</link>
        <lastBuildDate>Sun, 30 Dec 2012 01:31:27 -0500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <image>
            <url>http://www.msofficereporter.com/logo.jpg</url>
            <title>Microsoft Office Reporter logo</title>
            <link>http://www.msofficereporter.com</link>
            <description>Feed provided by Microsoft Office Reporter -- Single Source for the Latest Microsoft Office Jobs and Info.</description>
        </image>
        <item>
            <title>The Range.Find method and a FindAll function</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37492</link>
            <description>Two things that could be better about the Range.Find method have been 1) up-to-date and correct documentation, and 2) adding the UI&amp;#8217;s &amp;#8216;Find All&amp;#8217; capability to the Excel Object Model. As of Office 2013 neither has happened. Consequently, every time I want to use the Find method, I continue to have to jump through hoops [...]</description>
            <pubDate>Fri, 28 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>The Range.Find method and a FindAll function</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37493</link>
            <description>Two things that could be better about the Range.Find method have been 1) up-to-date and correct documentation, and 2) adding the UI&amp;#8217;s &amp;#8216;Find All&amp;#8217; capability to the Excel Object Model. As of Office 2013 neither has happened. Consequently, every time I want to use the Find method, I continue to have to jump through hoops [...]</description>
            <pubDate>Fri, 28 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>gSyncit</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37495</link>
            <description>gSyncit is an Outlook add-in that allows for two-way synchronization between Google and Outlook calendars, contacts, notes, and tasks with your Google account. In addition, gSyncit also supports synchronization between Outlook and Toodledo, Pocket Informant Online, Evernote, Dropbox, Simplenote and Nozbe. Version 3.6 and higher support Windows 8 and Outlook 2013. Supports Outlook 2010 and 2013 64-bit.</description>
            <pubDate>Fri, 28 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Send an email to attendees who have not responded</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37494</link>
            <description>Use VBA to send an email to meeting attendees who haven't responded to a meeting request.</description>
            <pubDate>Thu, 27 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Moving Outlook 2010 to a new Windows computer</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37491</link>
            <description>Did you get a new computer for Christmas? Step-by-step instructions to move Outlook to a new Windows 7 or 8 computer. I also have instructions for moving from Outlook 2003 to Outlook 2010 on a new computer.</description>
            <pubDate>Wed, 26 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Tip: Save Chart or Range as picture (JPG, PNG, vector etc.)</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37488</link>
            <description>Save 5 minutes a day by using ASAP Utilities to quickly save your chart or range as a picture file. &quot;Easily save your chart or range as a picture file&quot; Excel itself has no built-in option to save a chart as a picture (unlike Word, that does have it) But fortunately there are add-ins such [...]</description>
            <pubDate>Mon, 24 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>SharePoint Emulators for Making SharePoint more Testable</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37485</link>
            <description>In case you missed it, about a month ago the Visual Studio team announced an emulator for SharePoint classes which is basically a way for you to do unit testing leveraging Microsofts mocking and testing frameworks (or someone elses). What happens is you wrap up your test code in a SharePointEmulationScope and that will keep the SharePoint objects from running calling a live SharePoint instance. ...</description>
            <pubDate>Sun, 23 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Using JavaScript / jQuery to get the value of the PeopleEditor in SharePoint 2013</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37484</link>
            <description>Yesterday I posted how to add forms to your SharePoint 2013 style workflows. That post came from a project Im doing for someone. One of the more significant changes to workflow in SharePoint 2013 is that you dont use server side code on the SharePoint box custom logic is implemented using expressions or by calling a remote web service. ...</description>
            <pubDate>Sun, 23 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Creating a Bootstrapper package for an Office 2013 VSTO Add-in with Visual Studio 2012</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37479</link>
            <description>At the SharePoint Conference last month, Preview 2 of the Office Developer Tools for Visual Studio 2012 was announced. The release offers a number of enhancements for VSTO developers: in particular, design-time support for Office 2013, and the ability to develop Add-Ins that target the .NET 4.5 Framework. Preview 2 also includes tooling for the new Apps for Office and Apps for SharePoint projects, Workflow enhancements, VSTA improvements, and much more. ...</description>
            <pubDate>Sat, 22 Dec 2012 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Creating Custom Forms for SharePoint 2013 Workflows</title>
            <link>http://www.msofficereporter.com/newsreader.php?newsid=37480</link>
            <description>Before I dive too deep here I should provide a little background. With all previous versions of SharePoint, specifically SharePoint 2007 &amp;amp; 2010, I never looked forward to working with workflows. Building them in SharePoint Designer wasn't so bad, but with Visual Studio, man that was a pain. And then when you introduced forms into them yikes. I recall teaching SharePoint 2007 and showing how to use InfoPath forms. ...</description>
            <pubDate>Sat, 22 Dec 2012 00:00:00 -0500</pubDate>
        </item>
    </channel>
</rss>
