P
Pat
I have created a number of vba macros within Project some of which use
the Excel Object Library. I am using Project 2003 & Office 2003.
Everything works fine as long as the users have both 2003 versions.
The error I am encountering is when users have installed office 2007.
With 2007 obviously comes a different Excel Object Model (12.0 vs.
11.0).
When the users open and save the project and then distribute it back
to other users who still have 2003 for both Project & Office the vba
code no longer works.
When Looking at the References I am being told the 12.0 object model
is missing, of which it should be missing because I only have the 11.0
object (2003).
How do I make the vba work regardless of which object model the users
have on their machines?
the Excel Object Library. I am using Project 2003 & Office 2003.
Everything works fine as long as the users have both 2003 versions.
The error I am encountering is when users have installed office 2007.
With 2007 obviously comes a different Excel Object Model (12.0 vs.
11.0).
When the users open and save the project and then distribute it back
to other users who still have 2003 for both Project & Office the vba
code no longer works.
When Looking at the References I am being told the 12.0 object model
is missing, of which it should be missing because I only have the 11.0
object (2003).
How do I make the vba work regardless of which object model the users
have on their machines?