I will give it a try. Do you know of any step by step instructions?
Main Topics
Browse All TopicsHello everyone,
I have been tasked to create a Word Template file that needs a custom ribbon. There is code in the template.
I've been searching the Web and EE to look for the correct path to go down. There seems to be a number of solutions that people are discussing, however, some of them are 1-2 years old. I just want to make sure I don't start down a path that puts me at a dead end.
I have access to VS2008 if that is needed.
What I'm looking for are the steps required to create a Word 2007 Template file with code and a customized ribbon. When building a document based on a template the ribbon and VBA needs to be available in the docm file.
I put the max points on this as I'm under a time crunch to get this completed.
I hope I provided enough information. If not, just ask.
Regards,
Mike
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You could try one already written....
http://pschmid.
or
More information here on how to do it yourself
http://msdn.micros
OK, now that I answer your first question. here is some information to get you started
some links:
http://office.microsoft.co
http://code.msdn.microsoft
The has been a radical change in creating Word templates since the release of Office 2007. I think many people are looking for a quick fix to using 2003 Word Templates in Word 2007. However, to do it the right way, I think the templates will need to be recreated especially if the template requires an interface via the Ribbon.
Business Accounts
Answer for Membership
by: mas_oz2003Posted on 2009-10-01 at 20:39:33ID: 25474999
Here is an laternative to VBA. al_Studio_ Tools_for_ Office sto/defaul t.aspx
If you have VS2008 Professional you can use VSTO.
You can implement your document template in VB or C# not VBA:
en.wikipedia.org/wiki/Visu
msdn.microsoft.com/en-us/v
Hope it helps,