This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Dev Center
  • Explore
    • Why Office?
    • Office UI Fabric
    • Microsoft Graph
    • Better with Office
    • Word
    • Excel
    • Powerpoint
    • Access
    • Project
    • OneDrive
    • OneNote
    • Outlook
    • SharePoint
    • Skype
    • Yammer
    • Android
    • ASP .NET
    • iOS
    • JavaScript
    • Node.js
    • PHP (coming soon)
    • Python (coming soon)
    • Ruby (coming soon)
  • Getting Started
  • Code Samples
  • Resources
    • Patterns and Practices
    • App Registration Tool
    • Events
    • Podcasts
    • Training
    • API Sandbox
    • Videos
  • Documentation
    • Office Add-ins
    • Office Add-in Availability
    • Office Add-ins Changelog
    • Microsoft Graph API
    • Office 365 Connectors
    • Office 365 REST APIs
    • SharePoint Add-ins
    • Office UI Fabric
    • Submit to the Office Store
    • All Documentation
  • https://www.yammer.com/
  • http://feeds.feedburner.com/office/fmNx
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 2

Word for Developers announcement

  • Link
    Roadmap: Apps for Office, VSTO & VBA
    Cindy Meister MVP Tuesday, June 18, 2013 5:34 PM

    Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VBA.  Rest assured that VBA continues to be alive and well.  In fact, many existing automation scenarios continue to be best served by VSTO & VBA for now.  At the same time, there are many exciting opportunities to look forward in apps for Office: for example, the ability to better integrate with web content and JavaScript/CSS libraries, support for host applications beyond the desktop versions of Office, and new distribution and monetization opportunities through the Office Store.

    To learn more, please see the blog post:  "Roadmap for Apps for Office, VSTO, and VBA".

    -- Michael Zlatkovsky (MSFT)

  • Link
    Documentation for Office 2013 Ribbon controls now available
    Cindy Meister MVP Saturday, December 22, 2012 8:40 AM

    I know the documentation for Office 2013 is still somewhat limited, but hopefully the following link will help.

    Microsoft Office Document: [MS-CustomUI2] Supporting Documentation - http://www.microsoft.com/en-us/download/details.aspx?id=727

    From here, you should be able to download the *.txt files for Word, Excel and PowerPoint, plus the imageMso information. Once a file is downloaded, it can be opened in Excel to make it easier to look through all the controls.

    Best Regards,
    Nathan O.
    Microsoft Online Community Support

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Word for Developers
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    Powershell: doc to txt, cant get UTF-8 encoding as option for the text-file

    Microsoft Office for Developers
     > 
    Word for Developers
    Hey guys, someone here made a ps-script years ago for setting the signature in Outlook using a word doc, it sets a signature for html, rtf and text. This script ...
    Answered | 4 Replies | 94 Views | Created by bssnik - 21 hours 28 minutes ago | Last reply by bssnik - 2 hours 22 minutes ago
  • large check mark
    0 Votes

    From Word to Excel - VBA Global Worksheet.cell method not working any more.

    Microsoft Office for Developers
     > 
    Word for Developers
    This code worked for along time and stopped working just recently.  The worksheet.cells method is no longer there.  How do I get around this? Module 1 - MSExcel ...
    Unanswered | 5 Replies | 171 Views | Created by Denis Backer - Tuesday, December 3, 2019 3:25 PM | Last reply by Denis Backer - 18 hours 39 minutes ago
  • large check mark
    0 Votes

    document_open() "file not found"

    Microsoft Office for Developers
     > 
    Word for Developers
    In my "Microsoft Word Objects" I have this simple code: Private Sub Document_Open() ActiveDocument.Variables.Item("Order").Value = ...
    Unanswered | 1 Replies | 53 Views | Created by radar_dgh - 20 hours 21 minutes ago | Last reply by Hans Vogelaar MVP - 20 hours 15 minutes ago
  • large check mark
    0 Votes

    Word 365 keeps crashing after update

    Microsoft Office for Developers
     > 
    Word for Developers
    Word 365 keeps crashing after you provided last update. As it was not annoying enough with all the updates all the time. If this keeps going on (daily updates which only makes word worse), then I will ...
    Unanswered | 0 Replies | 72 Views | Created by ASHESHES - Wednesday, December 4, 2019 11:52 PM
  • large check mark
    0 Votes

    wwlib.dll crashes Word randomly while editing using Interop.Word

    Microsoft Office for Developers
     > 
    Word for Developers
    We’re using Microsoft.Office.Interop.Word  to update values in a Word template from C# from a desktop application.  The implementation loops ...
    Unanswered | 1 Replies | 91 Views | Created by MarkusHedlund - Wednesday, December 4, 2019 12:35 PM | Last reply by Kareninstructor - Wednesday, December 4, 2019 12:49 PM
  • large check mark
    0 Votes

    How to highlight only numbers in a document using a macro

    Microsoft Office for Developers
     > 
    Word for Developers
    My macro in Word 2013 won't work, I have tried to record a macro to highlight all numerals in my documents.  It works right after I record it, but when I get to working on an actual document for ...
    Unanswered | 1 Replies | 89 Views | Created by Candyk123 - Tuesday, December 3, 2019 5:23 PM | Last reply by Hans Vogelaar MVP - Tuesday, December 3, 2019 8:30 PM
  • large check mark
    0 Votes

    Printing word document “Docx” with incorrect order C#

    Microsoft Office for Developers
     > 
    Word for Developers
    I created and merged multi PDF documents together in on document then i converted this document into word document and after that i sent this document to the printer to print it in Duplex ...
    Answered | 3 Replies | 272 Views | Created by Mahmoud-Fakhoury - Sunday, December 1, 2019 12:39 PM | Last reply by Mahmoud-Fakhoury - Monday, December 2, 2019 10:32 PM
  • large check mark
    0 Votes

    GO TO BookMark in MSWord using C# or VB

    Microsoft Office for Developers
     > 
    Word for Developers
    Dear Community,  I have to call this script to Open MS Word in first instance and search given Bookmark name in that ( I wanted to pass bookmark name and .Jpg file location ...
    Unanswered | 0 Replies | 245 Views | Created by Rocky238 - Friday, November 29, 2019 9:38 AM
  • large check mark
    0 Votes

    GO TO BookMark in MSWord using C# or VB

    Microsoft Office for Developers
     > 
    Word for Developers
    Dear Community, I wanted to write a C# code to mimic the steps for " GO TO Bookmarks"  option in MS word.  so my GO-TO Bookmark function ...
    Unanswered | 1 Replies | 1743 Views | Created by Rocky238 - Thursday, November 28, 2019 11:57 AM | Last reply by Sheng Jiang 蒋晟 - Friday, November 29, 2019 2:14 AM
  • large check mark
    0 Votes

    Unhandled Exception: System.Runtime.InteropServices.COMException: The file appears to be corrupted.

    Microsoft Office for Developers
     > 
    Word for Developers
    Hello support team, we are using Microsoft.Office.Interop.Word dll to convert to pdf which is working fine when executing "exe" created from visual studio. when we ...
    Unanswered | 1 Replies | 244 Views | Created by Ekta Vegad - Tuesday, November 26, 2019 7:38 AM | Last reply by Emily Hua - Wednesday, November 27, 2019 2:47 AM
  • large check mark
    0 Votes

    Import binary image stored on SQL server into microsoft word

    Microsoft Office for Developers
     > 
    Word for Developers
    Hello, I am trying to import an image stored as binary on an SQL server directly into MS word using VBA but I am struggling to find a solution? any ...
    Unanswered | 2 Replies | 271 Views | Created by nickolas78910 - Saturday, November 23, 2019 1:21 AM | Last reply by Peter Jamieson - Tuesday, November 26, 2019 9:49 PM
  • large check mark
    0 Votes

    HTML vs Word document

    Microsoft Office for Developers
     > 
    Word for Developers
    My document will consist of several pages of images and text.  I would like users to be able to search the document quickly and easily, but I'm undecided what is the best format to store the ...
    Unanswered | 0 Replies | 248 Views | Created by Rico_069 - Saturday, November 23, 2019 5:34 AM
  • large check mark
    0 Votes

    MS WORD VBA - how to capture the selection of a Math equation?

    Microsoft Office for Developers
     > 
    Word for Developers
    Question: In, a WORD document, using VBA macro, how can we record the selection of a Math equation? For example, when I run "Record Macro", and select a plain text and ...
    Proposed | 3 Replies | 273 Views | Created by namwam - Wednesday, November 20, 2019 6:08 PM | Last reply by Peter Jamieson - Thursday, November 21, 2019 5:18 PM
  • large check mark
    2 Votes

    What is the fastest way to read paragraphs in word and c#?

    Microsoft Office for Developers
     > 
    Word for Developers
    What is the fastest way to read paragraphs in word and c #? Now it takes hours to read a file of 1000 pages. Example: foreach ...
    Answered | 22 Replies | 1796 Views | Created by zequion1 - Friday, January 26, 2018 1:53 PM | Last reply by namwam - Thursday, November 21, 2019 2:11 AM
  • large check mark
    0 Votes

    Chinese Characters printing ms office 2010

    Microsoft Office for Developers
     > 
    Word for Developers
    The document prints with random chinese characters on it on random lines. If we save what we just changed and re-print the document, it prints ...
    Unanswered | 0 Replies | 234 Views | Created by waveshine - Monday, November 18, 2019 9:15 AM
  • large check mark
    0 Votes

    Macro to highlight word in table

    Microsoft Office for Developers
     > 
    Word for Developers
    Hello, The below macro search the word exactly in the table, however I am looking for a way to highlight as ...
    Answered | 2 Replies | 256 Views | Created by Nakul1986 - Thursday, November 14, 2019 11:57 AM | Last reply by Nakul1986 - Thursday, November 14, 2019 12:33 PM
  • large check mark
    1 Votes

    How to determine where and how MS Word (2010) is getting Mail-Merge data?

    Microsoft Office for Developers
     > 
    Word for Developers
    Have looked all over the internet and cannot find this out. I'm technical support for MS Access and this is the first time in over 15 years MS Word mail-merge has come into the ...
    Unanswered | 3 Replies | 318 Views | Created by AllTheGoodNamesWereTaken - Wednesday, November 13, 2019 12:13 AM | Last reply by Peter Jamieson - Thursday, November 14, 2019 10:52 AM
  • large check mark
    1 Votes

    Protect Word document with RMS (right management Services)

    Microsoft Office for Developers
     > 
    Word for Developers
    Hi all, I created an application (VS 2010/C#) to automate creation of word document. Because data is sensitive, I would like to protect this document with RMS. I ...
    Unanswered | 10 Replies | 6789 Views | Created by Frédéric ESNOUF - Wednesday, July 25, 2012 10:30 AM | Last reply by Jitendra G Chauhan - Thursday, November 14, 2019 9:19 AM
  • large check mark
    0 Votes

    Opening Google Chrome with macro

    Microsoft Office for Developers
     > 
    Word for Developers
    Hello All, I need a word macro to open URL only in Chrome Any help would be highly ...
    Unanswered | 0 Replies | 254 Views | Created by Johnmiller1234 - Thursday, November 14, 2019 7:38 AM
  • large check mark
    0 Votes

    highlight symbols

    Microsoft Office for Developers
     > 
    Word for Developers
    Hello All, I need to highlight below "X Boxed" symbols and a warning message in a word document, is they any way to do ...
    Answered | 2 Replies | 282 Views | Created by Johnmiller1234 - Wednesday, November 13, 2019 10:30 AM | Last reply by Johnmiller1234 - Thursday, November 14, 2019 6:09 AM
  • Items 1 to 20 of 7948 Next ›
Announcement: 2

Word for Developers announcement

  • Link
    Roadmap: Apps for Office, VSTO & VBA
    Cindy Meister MVP Tuesday, June 18, 2013 5:34 PM

    Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VBA.  Rest assured that VBA continues to be alive and well.  In fact, many existing automation scenarios continue to be best served by VSTO & VBA for now.  At the same time, there are many exciting opportunities to look forward in apps for Office: for example, the ability to better integrate with web content and JavaScript/CSS libraries, support for host applications beyond the desktop versions of Office, and new distribution and monetization opportunities through the Office Store.

    To learn more, please see the blog post:  "Roadmap for Apps for Office, VSTO, and VBA".

    -- Michael Zlatkovsky (MSFT)

  • Link
    Documentation for Office 2013 Ribbon controls now available
    Cindy Meister MVP Saturday, December 22, 2012 8:40 AM

    I know the documentation for Office 2013 is still somewhat limited, but hopefully the following link will help.

    Microsoft Office Document: [MS-CustomUI2] Supporting Documentation - http://www.microsoft.com/en-us/download/details.aspx?id=727

    From here, you should be able to download the *.txt files for Word, Excel and PowerPoint, plus the imageMso information. Once a file is downloaded, it can be opened in Excel to make it easier to look through all the controls.

    Best Regards,
    Nathan O.
    Microsoft Online Community Support

Community Resources
  • O365 Technical Network
  • MSDN Forums
  • UserVoice
  • Stack Overflow
Follow Us
  • Twitter
  • Facebook
  • Office Dev Blog
© 2019 Microsoft
United States - English
  • Terms of Use
  • Trademarks
  • Privacy Statement