How to export Gantt chart from MS Project to MS Word using VBA

Using MS Project 2003, I want to export Gantt Chart View to MS Word (2000) using VBA. How can I achieve this?

+2


source to share


2 answers


In the project, use "Edit", "Copy Image". there is a camera icon on the standard toolbar (top) ... you can take a "photo" of your Gantt chart and use that in a word Version 2003 also has a wizard for this HTH export I always select task bars and then when selecting "camera" the selection selected tasks.



+2


source


Try using calls to the Picture Picture object model. You can either output it to the clipboard or save a .gif file.



0


source







All Articles