<?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>Advisicon Blog &#187; check-in</title>
	<atom:link href="http://www.advisiconblog.com/tag/check-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.advisiconblog.com</link>
	<description>Microsoft Project and Project Server</description>
	<lastBuildDate>Thu, 19 Jan 2012 17:49:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating or Recording Macros on the Enterprise Global Template</title>
		<link>http://www.advisiconblog.com/2009/01/07/creating-or-recording-macros-on-the-enterprise-global-template/</link>
		<comments>http://www.advisiconblog.com/2009/01/07/creating-or-recording-macros-on-the-enterprise-global-template/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 18:52:24 +0000</pubDate>
		<dc:creator>Jeff Jacobson-Swartfager</dc:creator>
				<category><![CDATA[Microsoft Project]]></category>
		<category><![CDATA[Microsoft Project Server]]></category>
		<category><![CDATA[check-in]]></category>
		<category><![CDATA[check-out]]></category>
		<category><![CDATA[enterprise global template]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[recording macros]]></category>

		<guid isPermaLink="false">http://www.advisiconblog.com/?p=140</guid>
		<description><![CDATA[Creating a Macro in VBA 1. Open Microsoft Project Professional 2007 and connect 2. When prompted, log in to connect to Project Server. 3. Click Tools &#62; Enterprise Options &#62; Open Enterprise Global. This opens the Enterprise Global template. 4. The new project will appear blank. You know you’re working with the Enterprise Global Template [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Creating a Macro in VBA</strong></p>
<p>1.	Open Microsoft Project Professional 2007 and connect</p>
<p>2.	When prompted, log in to connect to Project Server.</p>
<p>3.<span> </span>Click <strong>Tools &gt; Enterprise Options &gt; Open Enterprise Global</strong>. This opens the Enterprise Global template.</p>
<p><a title="Open Enterprise Global Template" href="http://www.advisiconblog.com/images/Blog04-01.jpg" target="_blank"><img class="alignnone" title="Open Enterprise Global" src="http://www.advisiconblog.com/images/Blog04-01.jpg" alt="" width="343" height="371" /></a></p>
<p>4.<span> </span>The new project will appear blank. You know you’re working with the Enterprise Global Template because of the file name at the top.</p>
<p><a title="Check out Enterprise Global Template" href="http://www.advisiconblog.com/images/Blog04-02.jpg" target="_blank"><img class="alignnone" title="Enterprise Global Template" src="http://www.advisiconblog.com/images/Blog04-02.jpg" alt="" width="279" height="98" /></a></p>
<p>5.<span> </span>Next open the Visual Basic Editor. Click <strong>Tools &gt; Macro &gt; Visual Basic Editor</strong>.</p>
<p><a title="Visual Basic Editor" href="http://www.advisiconblog.com/images/Blog04-03.jpg" target="_blank"><img class="alignnone" title="Visual Basic Editor" src="http://www.advisiconblog.com/images/Blog04-03.jpg" alt="" width="373" height="400" /></a></p>
<p>6.<span> </span>In the Project Explorer window you will most likely see the following projects: Global.MPT, Checked-out Enterprise Global, Global (+ non-cached Enterprise) and Project1. </p>
<p><a title="VBA Project" href="http://www.advisiconblog.com/images/Blog04-04.jpg" target="_blank"><img class="alignnone" title="Project Explorer Window" src="http://www.advisiconblog.com/images/Blog04-04.jpg" alt="" width="312" height="160" /></a></p>
<p>7.<span> </span>Make sure that you are working in the <strong>Checked-out Enterprise Global</strong>.</p>
<p>8.<span> </span>Right click on<strong> VBAProject (Checked-out Enterprise Global) &gt;Insert</strong>, then <strong>Left click</strong> on <strong>Module</strong>.</p>
<p><a title="Insert Module" href="http://www.advisiconblog.com/images/Blog04-05.jpg" target="_blank"><img class="alignnone" title="VBA Module" src="http://www.advisiconblog.com/images/Blog04-05.jpg" alt="" width="391" height="226" /></a></p>
<p>9.<span> </span>This expands the VBAProject (Checked-out Enterprise Global) to reveal its <strong>Modules folder</strong> and highlights the new Module for you. In this example the new module is Module4.</p>
<p><a title="New Module" href="http://www.advisiconblog.com/images/Blog04-06.jpg" target="_blank"><img class="alignnone" title="Expanded VBA Project" src="http://www.advisiconblog.com/images/Blog04-06.jpg" alt="" width="648" height="251" /></a></p>
<p>10.<span> </span>When finished creating the macro click <strong>Save</strong>. </p>
<p><a title="Click Save" href="http://www.advisiconblog.com/images/Blog04-07.jpg" target="_blank"><img class="alignnone" title="Save the Macro" src="http://www.advisiconblog.com/images/Blog04-07.jpg" alt="" width="309" height="76" /></a></p>
<p>11.<span> </span> Close the Visual Basic window.</p>
<p><a title="Close Visual Basic" href="http://www.advisiconblog.com/images/Blog04-08.jpg" target="_blank"><img class="alignnone" title="Close Visual Basic" src="http://www.advisiconblog.com/images/Blog04-08.jpg" alt="" width="189" height="131" /></a></p>
<p>12.<span> </span>You will return to the Checked-out Enterprise Global file in Microsoft Project Professional. Click Save.</p>
<p><a title="Checked out Enterprise Global" href="http://www.advisiconblog.com/images/Blog04-09.jpg" target="_blank"><img class="alignnone" title="Save the Enterprise Global Template" src="http://www.advisiconblog.com/images/Blog04-09.jpg" alt="" width="366" height="143" /></a></p>
<p>13.<span> </span>Close the Checked-out Enterprise Global template.</p>
<p><a title="Close Window" href="http://www.advisiconblog.com/images/Blog04-10.jpg" target="_blank"><img class="alignnone" title="Close the Enterprise Global Template" src="http://www.advisiconblog.com/images/Blog04-10.jpg" alt="" width="254" height="98" /></a></p>
<p>14.<span> </span>When prompted Check-in the Enterprise Global template.</p>
<p><a title="Check-in Enterprise Global Template" href="http://www.advisiconblog.com/images/Blog04-11.jpg" target="_blank"><img class="alignnone" title="Check-in the Enterprise Global Template" src="http://www.advisiconblog.com/images/Blog04-11.jpg" alt="" width="324" height="137" /></a></p>
<p>Posted By: <strong>Rick Nobleman</strong></p>
<div><a class="addthis_button" href="http://www.advisiconblog.com//addthis.com/bookmark.php?v=250" addthis:url='http://www.advisiconblog.com/2009/01/07/creating-or-recording-macros-on-the-enterprise-global-template/' addthis:title='Creating or Recording Macros on the Enterprise Global Template '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.advisiconblog.com/2009/01/07/creating-or-recording-macros-on-the-enterprise-global-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

