Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6534595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:16:10+00:00 2026-05-25T10:16:10+00:00

I am currently using Microsoft.Office.Interop.Word.Application for a c# desktop application project and I need

  • 0

I am currently using Microsoft.Office.Interop.Word.Application for a c# desktop application project and I need to insert footnotes in my document automatically using c#. I have searched many different places but have not found a solution which works for me.

I am using visual studio 2010, c#, word 2007, WPF

Thanks.

EDIT:
Solutions I have tried:

-http://msdn.microsoft.com/en-us/library/bb211955%28v=office.12%29.aspx (This is visual basic)

-Solutions that include xml

I need solutions that are C# and C# only

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:16:11+00:00Added an answer on May 25, 2026 at 10:16 am
    Document doc = app.ActiveDocument;
    
    object selStart = 12;
    object selEnd = 14;
    object missing = Type.Missing;
    object footnote = "This is a footnote";
    
    Range range = doc.Range(ref selStart, ref selEnd);
    doc.Footnotes.Add(range, ref missing, footnote);
    

    I haven’t tested it, but that would be a rough outline of how to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using this in Script Component In SSIS --> Microsoft.Office.Interop.Excel.Application objXL = new
New to VSTO, know Excel's model very well... I have using Excel = Microsoft.Office.Interop.Excel;
I am writing a program that generates excel reports, currently using the Microsoft.Interop.Excel reference.
I am currently in the process of creating API documentation using Microsoft Word 2007
I am using Microsoft.Office.Interop.Outlook in C# to access a mailbox and find messages with
I am currently trying to implement the Interop.MODI.dll (From Microsoft Office) to use the
I'm currently using Microsoft Visual C# Express Edition (with SP1) for a Project. I'm
Currently using System.Web.UI.WebControls.FileUpload wrapped in our own control. We have licenses for Telerik. I
I'm currently using VS2005 Profesional and .NET 2.0, and since our project is rather
I am currently using Windows Server 2008 Standard and have several Hyper V machines.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.