Top "Ms-project" questions

Microsoft Project is a tool to help plan projects and track progress against that plan

VBA array sort function?

I'm looking for a decent sort implementation for arrays in VBA. A Quicksort would be preferred. Or any other sort …

arrays sorting vba vb6 ms-project
How do I export a Gantt Chart from MS Project to MS Word using VBA

Using MS Project 2003 i want to export the "View | Gantt Chart" to MS Word (2000) using VBA. How can I achieve …

vba ms-project gantt-chart
How to Import Excel Worksheet into Microsoft Project?

I want to import the following Microsoft Excel worksheet into Microsoft Project (2010): Essentially, the worksheet has tasks and subtasks in …

excel ms-office ms-project
Programmatically access a Microsoft Project (MPP) file from C#

What are my options for programmatically accessing a Microsoft Project file? What are the pros and cons of each approach? …

c# ms-project
Slow VBA macro writing in cells

I have a VBA macro, that writes in data into a cleared out worksheet, but it's really slow! I'm instantiating …

vba excel ms-project
Can't install MS Project 2013 after installing Office 2013

I'm trying to install Microsoft Project Professional 2013. The fact is I already installed MS Office 2013, and I had no issues …

windows ms-project failed-installation office-2013
Alternatives to MS project server

I manage a small group and I'd keep my work breakdown in project. However, it's difficult to provide my team …

project-management ms-project
MS Project data in SQL Server

I have been given the task to Load all our company's project data from MS Project into SQL Server to …

sql sql-server sharepoint business-objects ms-project
MS project 2010 save gannt chart as pdf in to single page

I created a gannt chart using MS Project 2010 and I wanted it to be saved as a PDF file. But …

pdf ms-project
Reading .mpp file from Python 2.7

I need to read Microsoft Project Plan (.mpp file) from Python application running on Python 2.7. Not getting ANY resources or …

python ms-project