-
Recent Posts
Top Posts & Pages
- Reporting With Gantt View Task Rollups (Part 1) – Rolling Up Gantt Bar Charts
- Tracking Actual Costs in Microsoft Project 2010 (Part I)
- Tracking Actual Costs in Microsoft Project 2010 (Part II)
- Creating a Portfolio Timeline Report in Visio (Part 2)
- Project Server 2010 Database Restore (Part I)
- Creating a Portfolio Timeline Report in Visio (Part 1)
- Creating a Portfolio Timeline Report in Visio (Part 3)
- Passing Filter Parameters Through SharePoint URLs
- Working with Master Projects in Project 2010
- Generic Resources and Portfolio Analysis
Categories
Twitter Updates
- Project Server Week in Review is out! paper.li/Alavinsky/1300… ▸ Top stories today via @BrightWork_ @PROJECTSA @CatapultSystems 2 days ago
- Project Server Week in Review is out! paper.li/Alavinsky/1300… ▸ Top stories today via @MSProjectNow @projectserveruk @galleman 1 week ago
- More UMT…More Conferences…We’ll Be At PMI Houston 2013! wp.me/p1rotf-Ch 1 week ago
Archives
- May 2013 (3)
- April 2013 (4)
- March 2013 (3)
- February 2013 (5)
- January 2013 (4)
- December 2012 (8)
- November 2012 (4)
- October 2012 (5)
- September 2012 (7)
- August 2012 (5)
- July 2012 (2)
- June 2012 (11)
- May 2012 (6)
- April 2012 (4)
- March 2012 (7)
- February 2012 (5)
- January 2012 (4)
- December 2011 (11)
- November 2011 (13)
- October 2011 (7)
- September 2011 (12)
- August 2011 (10)
- July 2011 (10)
- June 2011 (8)
- May 2011 (11)
- April 2011 (12)
- March 2011 (10)
Blogroll
Category Archives: VBA
Importing Files to Project Online with VBA
In yesterday’s post, I talked about how to run a script to export all of our Microsoft Project schedules into XML files. In this post, I’ll provide the script to import these into a new instance of Project Server – … Continue reading
Posted in Admin, Project Online, VBA
Leave a comment
Exporting MPP Files with VBA
Well, I didn’t deliberately intend to get into a VBA rut, but periodically, I like to clean out some of the half written posts I have lying around, and it turns out that I apparently left a couple VBA posts … Continue reading
Posted in Admin, Project Online, VBA
1 Comment
Flagging Project Owner Changes with OData and VBA
This question comes up in the forums pretty frequently, and in fact, I’d actually spec’d out a similar procedure for on-prem Project Server installs which involved hitting the Reporting Database to figure out the Project Owner. I am not sure … Continue reading
Posted in Project Online, VBA
1 Comment
Task Paths in Project 2013
Here’s probably one of the most interesting new features (well, other than reporting) added to the new Microsoft Project desktop client – the Task Path feature. This feature allows you to easily review a schedule to assess the impact of … Continue reading
Project VBA and Azure: Better Together
I know what you’re all thinking. Project 2010 is fantastic – and we can’t wait till we get to see the next version. The only problem is that there’s this one critical function that Microsoft really needs to bake into … Continue reading
Revisiting Project Trend Analysis and Project Change Logs
The question always arises as to how to best take a snapshot of project data, and use that in timephased reports or change logs. In fact, by my count, this is the third time I’ve addressed this topic in this … Continue reading
Storing Custom Timescaled Data with VBA
Regular readers of this blog may recall a series of posts from January where I discussed how to use VBA to store timescaled BCWP values in the Baseline10Cost field. At the time, I’d mentioned that the same technique could be … Continue reading
Defining the Ready To Work Metric
A little more VBA from my recent foray into the world of ERP cutover scheduling. In this case, we had a complicated schedule with many predecessor and successor relationships. The challenge was to develop a metric to indicate when, in … Continue reading
Posted in VBA
Leave a comment
Find UID Utility
Hey folks…sorry for being gone so long. Been a bit busy managing the schedule for an ERP cutover. Figured I’d post a little VBA utility that I wrote to help navigate the schedule. As many of you probably know, it’s … Continue reading
Posted in VBA
Leave a comment
Capturing Custom Timescaled Data in Project Server (Part IV)
With this post, we’re pretty much at the finish line. Now that we have the macro, the baseline mechanics, and the query all figured out, it’s time to flex those Excel muscles and see if we can’t generate a report … Continue reading