locked
How to get Office 2007 and new versions to develop addon? RRS feed

  • Question

  • I would like to develop an addon for Office Word 2007 and new versions of the suite. How to obtain this software, how much does it cost and what licence i need to have to be able to develop and sell Word Addon?
    Thursday, July 6, 2017 10:23 AM

Answers

  • Hi bear007,

    here, I want to inform you that Office 2007 is getting old now and it is possible that in future Microsoft stop provide support for Office 2007.

    I suggest you to try to use another latest versions of Office.

    you need to use Visual Studio, in which you will get templates to develop an addin.

    you can download the community version of Visual Studio , which is free.

    Visual Studio Downloads

    you can install and use same Addin on Multiple versions of Office.

    all you need to do is to install Visual Studio 2010 Tools for Office Runtime on that machine.

    Reference:

    Running Solutions in Different Versions of Microsoft Office

    to develop a Word Addin, you need to refer Word Object Model.

    in which you will get list of Methods, properties, code examples , descriptions. it will help you to fulfil your requirement.

    Reference:

    Word Object Model Overview

    Regards

    Deepak


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    • Marked as answer by bear007 Tuesday, July 11, 2017 1:41 PM
    Friday, July 7, 2017 1:56 AM

All replies

  • This forum is for discussing MS Access Database related questions.  I'd urge you to move/repost your question in a more appropriate forum relating to your subject, ie MS Word.

     

    As for Word Add-ins, Google the subject you'll find all the information you need on the subject.


    Daniel Pineault, 2010-2016 Microsoft MVP
    Professional Support: http://www.cardaconsultants.com
    MS Access Tips and Code Samples: http://www.devhut.net


    Thursday, July 6, 2017 1:26 PM
  • Hi bear007,

    here, I want to inform you that Office 2007 is getting old now and it is possible that in future Microsoft stop provide support for Office 2007.

    I suggest you to try to use another latest versions of Office.

    you need to use Visual Studio, in which you will get templates to develop an addin.

    you can download the community version of Visual Studio , which is free.

    Visual Studio Downloads

    you can install and use same Addin on Multiple versions of Office.

    all you need to do is to install Visual Studio 2010 Tools for Office Runtime on that machine.

    Reference:

    Running Solutions in Different Versions of Microsoft Office

    to develop a Word Addin, you need to refer Word Object Model.

    in which you will get list of Methods, properties, code examples , descriptions. it will help you to fulfil your requirement.

    Reference:

    Word Object Model Overview

    Regards

    Deepak


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    • Marked as answer by bear007 Tuesday, July 11, 2017 1:41 PM
    Friday, July 7, 2017 1:56 AM
  • Thank you Deepak for your answer. Sorry for wrong forum.
    Tuesday, July 11, 2017 1:40 PM