Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Word footer with vista / office 2007 / FileSite SP1
ItayZohar
Hi
Is anyone tried to work with the footer macro (dot file) on the environment of vista + office 2007 + FileSite SP1?
I always get an error in the object class and could not make it work.
Is there a new footer file for office 2007?
Thank you in advanced
Itay Zohar
Find more posts tagged with
Comments
jny
The COM-AddIn name has changed for Office 2007; thus in your footer macro (VBA) code, you would need to get a handle to the new COM-Addin Object to the WorkSite Office Integration, like so:
Set objCOMAddIn = objWordApp.COMAddIns("oUTR02K.Connect")
You would need to re-compile the code and save it after you have the above changes.