View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
whilburn whilburn is offline
Junior Member
 
Posts: 2
Default Does M.S. Project have to be installed in order to use the ProjectObject Reference within Excel to grab read-only data from .mpp file?

My purpose is 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, that i wrote/borrowed, works successfully on my machine, but
it isnt working on the machine for which it was intended. The
computers are set up the same, with exception to mine having Microsoft
Project.

Thanks.