N
NeilL
I have a Word document template for Office 2003. I've migrated the template
to Office 2007 and added customization for the RibbonUI which is working
fine. Since the only differences between the 2003 and 2007 templates are the
file extension (dot vs dotm) and the inclusion of code specific to setting up
the ribbon UI elements, what I want to do is now back port the template
source to Office 2003.
I know I need to save as the template but my issue is that there are objects
and functions with arguments being passed specific to the ribbon UI that are
not defined in Office 2003.
What I'm looking for is any conditional compilation I can use so that these
functions can be #IF ... conditionally included or excluded based on the Word
version.
Are there any Office 2003 or 2007 constants/variables that can be used for
this purpose?
Thanks
to Office 2007 and added customization for the RibbonUI which is working
fine. Since the only differences between the 2003 and 2007 templates are the
file extension (dot vs dotm) and the inclusion of code specific to setting up
the ribbon UI elements, what I want to do is now back port the template
source to Office 2003.
I know I need to save as the template but my issue is that there are objects
and functions with arguments being passed specific to the ribbon UI that are
not defined in Office 2003.
What I'm looking for is any conditional compilation I can use so that these
functions can be #IF ... conditionally included or excluded based on the Word
version.
Are there any Office 2003 or 2007 constants/variables that can be used for
this purpose?
Thanks