Silverlight Developer Center
 
Sign in
United States (English)Drop down arrow
Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Indonesia (Bahasa)Italia (Italiano)România (Română)Türkiye (Türkçe)Россия (Русский)ישראל (עברית)المملكة العربية السعودية (العربية)ไทย (ไทย)대한민국 (한국어)中国 (中文)台灣 (中文)日本 (日本語)
 
 
HomeLibraryLearnDownloadsForums
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

    Macro to highlight cell in a table with condition

    Microsoft Office for Developers
     > 
    Word for Developers
    Hello All, I am checking for a macro to highlight and give a message alert in the below cases. Macro for Case ...
    Unanswered | 0 Replies | 98 Views | Created by Johnmiller1234 - Saturday, December 14, 2019 6:44 PM
  • large check mark
    0 Votes

    Hide the File Tab from Word 2016

    Microsoft Office for Developers
     > 
    Word for Developers
    How do i hide the File Tab on my ribbon on Microsoft Word 2016?
    Unanswered | 8 Replies | 461 Views | Created by ask98 - Thursday, June 28, 2018 6:53 AM | Last reply by Charles Kenyon - Saturday, December 14, 2019 6:26 PM
  • large check mark
    0 Votes

    How to add an item to an existing dropdownlistcontentcontrol in the Active document

    Microsoft Office for Developers
     > 
    Word for Developers
    In my VSTO application level word addin, Added a dropdownlist contentcontrol with search link in it. searchlink will gives a pop up to select the value.After selecting the value i need add the ...
    Unanswered | 4 Replies | 302 Views | Created by Aparna_K - Monday, December 9, 2019 11:41 AM | Last reply by Aparna_K - Friday, December 13, 2019 10:19 AM
  • large check mark
    0 Votes

    Registry entry to check version of current installed Office?

    Microsoft Office for Developers
     > 
    Word for Developers
    I need to check if MS Office is currently installed on my machine and which version of Office is installed. What are the registries to check this? Earlier I was ...
    Answered | 5 Replies | 36337 Views | Created by Ninja8 - Monday, March 3, 2014 8:28 AM | Last reply by cbelcher00 - Wednesday, December 11, 2019 7:52 PM
  • large check mark
    0 Votes

    Word Advance setting for Printing

    Microsoft Office for Developers
     > 
    Word for Developers
    Options -> Advanced -> Print -> Print only the data from a form. Issue Is, Once application prints a document and moves to another doc then that option ...
    Unanswered | 1 Replies | 192 Views | Created by Viral84 - Monday, December 9, 2019 9:04 AM | Last reply by Peter Jamieson - Wednesday, December 11, 2019 11:39 AM
  • large check mark
    0 Votes

    MailMerge on Word With Access (Office 365)

    Microsoft Office for Developers
     > 
    Word for Developers
    The Word function VBA merge data with Access doesn´t work with Office 365, but works with Offices 97, 200, 2003, 2007, 2010, 2013, 2016 e 2019. The function is follow: ...
    Unanswered | 3 Replies | 240 Views | Created by Cláudio Araujo - Monday, December 9, 2019 3:22 PM | Last reply by Peter Jamieson - Tuesday, December 10, 2019 10:33 PM
  • large check mark
    0 Votes

    Conditional Text based on answer to Ask prompt

    Microsoft Office for Developers
     > 
    Word for Developers
    I am currently work on a contracting template that currently relies on a series of "Ask" prompts to auto-complete the important information in the template. I would like to ask a multiple ...
    Answered | 2 Replies | 273 Views | Created by Cheena12 - Friday, December 6, 2019 11:56 PM | Last reply by Cheena12 - Monday, December 9, 2019 11:23 PM
  • large check mark
    0 Votes

    WinForms control not getting clicks until tried 5 - 15 times

    Microsoft Office for Developers
     > 
    Word for Developers
    I'm asking this here because this issue only occurs in Word - so maybe someone here has seen the same. This is really difficult because any simple example works. In ...
    Unanswered | 0 Replies | 164 Views | Created by DavidThi808 - Monday, December 9, 2019 8:12 PM
  • 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 | 6 Replies | 515 Views | Created by Denis Backer - Tuesday, December 3, 2019 3:25 PM | Last reply by Ashidacchi - Monday, December 9, 2019 1:57 AM
  • large check mark
    0 Votes

    Word/Excel instances not closing. Crashing the server

    Microsoft Office for Developers
     > 
    Word for Developers
    Hi All, We are processing documents through C# in a windows service - Word / Excel using PIA. Here is the code. Locally, through debug, the word is getting closed, but not Excel. ...
    Unanswered | 0 Replies | 213 Views | Created by afebss - Sunday, December 8, 2019 9:24 AM
  • large check mark
    0 Votes

    change Ms word document text with actual value and convert to pdf document

    Microsoft Office for Developers
     > 
    Word for Developers
     Hi,  We have predefined word document template, Comprises of <<Employee First Name>> and <<Last name>> with other ...
    Unanswered | 0 Replies | 237 Views | Created by ppatil12 - Friday, December 6, 2019 12:31 PM
  • 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 | 323 Views | Created by bssnik - Thursday, December 5, 2019 1:40 PM | Last reply by bssnik - Friday, December 6, 2019 8:46 AM
  • 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 | 262 Views | Created by radar_dgh - Thursday, December 5, 2019 2:47 PM | Last reply by Hans Vogelaar MVP - Thursday, December 5, 2019 2:52 PM
  • 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 | 261 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 | 315 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 | 271 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 | 464 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 | 431 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 | 2852 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 | 417 Views | Created by Ekta Vegad - Tuesday, November 26, 2019 7:38 AM | Last reply by Emily Hua - Wednesday, November 27, 2019 2:47 AM
  • Items 1 to 20 of 7956 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

 
© 2019 Microsoft. All rights reserved.
Terms of Use|Trademarks|Privacy Statement|Site Feedback