I wrote/borrowed code so that, from within Excel, a person could open a Project file and my code would grab the tasks and associated data from the Project File and insert it with formatting within the Excel file.

My Original purpose was to provide a tool for someone to be able to view data that was contained and managed from within a Project file. that person does not have Project. They have Excel. My code references for the Project file is based on the selection of the Project object reference in VB editor.
My code is successful on my machine, but It isnt working on the machine for which it was intended.

Before I post Code, I would like to know.... Is it possible to use Excel to grab data from a project file with VBA and insert the data in Excel; all on a machine that has Excel but not Project?

Thanks,
Wayne Hilburn