Word for Developers announcement
-
Link
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
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
-
0 Votes
Courier New - Bold
We use Courier New for certain draft documents. And certain parts of the document must be BOLD. One of the users complained that all of the text is not bold, in particular ...Unanswered | 2 Replies | 4505 Views | Created by dbasnett - Tuesday, November 10, 2020 5:45 PM | Last reply by isladogs52 - Friday, December 25, 2020 9:49 PM -
0 Votes
Accessing styles from word document
How to get all styles from word document using c# and word interop ,that are visible in style pane ? How to skip the hidden styles? How to show preview of ...Unanswered | 0 Replies | 1621 Views | Created by Swarel Jadhav - Tuesday, December 22, 2020 11:16 AM -
0 Votes
Get the correct position of shape on page.
I have vba AddIn that draw the shape based on the position of the rectangle shape on page. But when the document has more than one section and has header, the position is not ... -
1 Votes
Interop Word - How to load documents to built-in wdDialogToolsCompareDocuments dialog
Hello, I cannot figure out how to load original and revised docs to the following built-in dialog. Code C# dynamic dialog = ...Unanswered | 7 Replies | 2388 Views | Created by FrantikDvojka - Tuesday, November 17, 2020 10:45 AM | Last reply by Hans Vogelaar MVP - Monday, December 21, 2020 12:17 PM -
5 Votes
Where does this background come from?
Hello: I'm adding VBA to a word document I inherited, but how can I get rid of this background, and where does it come from? I'm referring to the gray portion of the attached ...Answered | 5 Replies | 2061 Views | Created by RichLocus - Friday, December 18, 2020 6:51 PM | Last reply by RichLocus - Saturday, December 19, 2020 7:39 PM -
4 Votes
Number rows based on punctuation at end of row
Hi all. I'm working on a project, which I am writing out a LOT of questions. Once I finish, I need to number each question. Presently I am doing this ...Answered | 7 Replies | 1870 Views | Created by SteveDB1 - Wednesday, December 16, 2020 8:56 PM | Last reply by SteveDB1 - Thursday, December 17, 2020 3:54 PM -
1 Votes
Registry entry to check version of current installed Office?
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 | 6 Replies | 68631 Views | Created by Ninja8 - Monday, March 3, 2014 8:28 AM | Last reply by Orsiris de Jong - Wednesday, December 16, 2020 5:14 PM -
0 Votes
Help with Macro please
Hi, Im trying to set up a macro that will allow me to insert multiple photographs into a table in word. I would need two columns, one for the automatic ...Unanswered | 1 Replies | 1837 Views | Created by Kelly Livesey - Wednesday, December 16, 2020 12:50 PM | Last reply by Leon Laude - Wednesday, December 16, 2020 1:26 PM -
0 Votes
The trackrevisions method or property is not available because this command is not available for reading
Dear all, I developed a Word template with code. The word template contains several Contentcontrols one of which holds each Cc the letter is to be sent ... -
0 Votes
Trying to add Microsoft Word 16.0 Object Library to new VB.Net project
I'm trying to add the "Microsoft Word 16.0 Object Library" reference to my project but when I select the checkbox and click okay I get the response "A reference to 'Microsoft Word 16.0 ...Unanswered | 6 Replies | 11674 Views | Created by RichardMountain - Tuesday, September 25, 2018 9:32 AM | Last reply by Chris Raisin - Wednesday, December 9, 2020 11:30 AM -
0 Votes
Remove item from undo list
can I avoid adding item to undo list. or remove item from undo list I need avoid user undoing the changes to document made from my vba or VSTO ...Unanswered | 3 Replies | 2021 Views | Created by tilanka - Monday, November 16, 2020 5:34 AM | Last reply by Rich Michaels, Word MVP - Tuesday, December 8, 2020 1:18 PM -
0 Votes
System.InvalidCastException: 'Unable to cast COM object of type 'Microsoft.Office.Interop.Word.DocumentClass'
Hello, I have Office 365 installed on my machine. Particularly MS Word version is 2012. I have created C# project (VS ... -
0 Votes
Microsoft Word API
Hello, I have Office 365 installed on my machine. Particularly MS Word version is 2012. I have created C# project (VS 2019) and referenced microsoft ...Answered | 1 Replies | 2319 Views | Created by gregoms - Saturday, December 5, 2020 9:51 PM | Last reply by KHURRAM RAHIM - Sunday, December 6, 2020 10:01 AM -
0 Votes
Inserting pages when page count is odd in Word DOCX
I am trying to insert pages in a Word DOCX document when the total page count is an odd number. The requirement is for there to always be an even number of pages in the document to facilitate ...Unanswered | 1 Replies | 1955 Views | Created by jcalder1969 - Friday, December 4, 2020 10:15 PM | Last reply by Rich Michaels, Word MVP - Saturday, December 5, 2020 1:34 AM -
1 Votes
Ribbon dropDown populated by selection in first dropDown
I have a Word Template with two dropDowns in the Ribbon. I need the 2nd dropdown to be populated based on the onAction value in the first dropdown. I can’t ...Answered | 4 Replies | 1763 Views | Created by Paul D Goldstein - Wednesday, December 2, 2020 4:18 AM | Last reply by Paul D Goldstein - Thursday, December 3, 2020 4:05 AM -
3 Votes
How to Find the Exact Position of a Content Control
I have an Access application that creates Word documents. I have used Styles to make subheadings. When a subheading splits a page I programmed the app to add a paragraph at the end of the previous ...Answered | 4 Replies | 2110 Views | Created by kay_some - Wednesday, November 25, 2020 1:49 PM | Last reply by kay_some - Wednesday, December 2, 2020 7:51 PM -
0 Votes
Insert Image at user selected cursor or current position
Dear All, I am using the following code where i am trying to insert an image at current position or where event the user cursor is currently there but ...Unanswered | 2 Replies | 2134 Views | Created by M Azeem Ahmad - Thursday, November 19, 2020 4:00 PM | Last reply by Rich Michaels, Word MVP - Wednesday, December 2, 2020 1:02 AM -
1 Votes
Interop word - retrieve bullet-point text
Hello everyone, I'm trying to retrieve the bullet-point text in a word. I'm not sure it's possible (I would like to have in 1 String, all the ...Unanswered | 1 Replies | 1927 Views | Created by Asty1234 - Sunday, November 29, 2020 9:44 AM | Last reply by Rich Michaels, Word MVP - Sunday, November 29, 2020 12:36 PM -
0 Votes
OpenDataSource wdOpenFormatText UTF8 file
I have been using OpenDataSource via COM for sometime with ANSI csv files I set the format to wdOpenFormatText and it opens fine However if I present it ...Unanswered | 72 Replies | 5689 Views | Created by Minieggs1999 - Wednesday, April 22, 2020 1:15 PM | Last reply by Minieggs1999 - Saturday, November 28, 2020 11:09 AM -
0 Votes
Imagelist control produces "Class not registered" error
I am updating some old Word templates that have a treeview and imagelist control on a user form that act as a menu to a suite of over 300 templates. I need to ... - Items 1 to 20 of 8112 Next ›
Word for Developers announcement
-
Link
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
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