Word for Developers announcements
-
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 -
Link
Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VSTO. Rest assured that VSTO continues to be alive and well. In fact, many existing automation scenarios continue to be best served by VSTO 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)
General Office Development announcements
-
Link
Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VSTO. Rest assured that VSTO continues to be alive and well. In fact, many existing automation scenarios continue to be best served by VSTO 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)
Open XML Format SDK announcements
-
Link
The ECMA-376 4th Edition of the OOXML standard has been released (December 2012) and is available for download:
http://www.ecma-international.org/publications/standards/Ecma-376.htmStill not available are the Microsoft Office Implementations for the "Ribbon" and other special parts not part of the Office Open XML specification.
-
Link
The download page for the Open XML SDK 2.5 for Microsoft Office is now providing the RTW version of Open XML SDK 2.5. You can use this version for production. We are now updating the documentation in MSDN. Until the publication of the updated documentation, please refer to the SDK document in Productivity Tool.
The differences between the CTP and the RTW versions exist in the classes of "Office15", and those are renamed to "Office2013". Also we are preparing a set of sample code demonstrating how the classes can be used.
Regards,
Kazunori Matsuura
Open XML SDK 2.5
Outlook for Developers announcements
-
Link
Michael Zlatkovsky from the VSTO team outlines the future roadmap for various Office Development technologies on the Apps for Office and SharePoint blog:
http://blogs.msdn.com/b/officeapps/archive/2013/06/18/roadmap-for-apps-for-office-vsto-and-vba.aspx
-
Link
The Office/Outlook 2010 Redistributable PIA's have finally been released, the download location is http://www.microsoft.com/downloads/en/details.aspx?FamilyID=938fe8ad-583b-4bd7-a345-23250dc15855.
Thanks to Patrick Creehan for the announcement in his blog.
Visual Studio Tools for Office announcements
-
Link
I'm pleased to announce that the official Office Developer Tools for Visual Studio 2012 is now available to download! For VSTO developers, this release brings .NET 4.5 support and design-time support for Office 2013, along with general design-time enhancements and bug fixes to the VSTO Runtime (released separately a few months ago via our download center and Windows Update; see KB 2796590 for information regarding the Runtime). We also heard your feedback from "Preview 2" of the tools, including the request to bring back the VSTO Runtime Bootstrapper into VS 2012 -- it is now back in the product.
Office Developer Tools for Visual Studio 2012 also includes tooling for the new apps for Office and apps for SharePoint projects, improvements to SharePoint Workflows, and more. You can read the official announcement for apps-related tooling on Soma’s blog post.
VSTO Office 2013 design-time support in Visual Studio 2012.
Note: Now that's we've added .NET 4.5 support to 2013, we've properly re-categorized the templates in the "New Project" dialog according to the .NET framework version that they support. So, if you're looking for the Office 2010 templates after installing the latest tools, be sure to adjust the ".NET Framework" dropdown to ".NET Framework 4.0". Again, to recap, both the 2010 and 2013 templates support .NET Framework 4.0, but only the 2013 templates support .NET Framework 4.5 -- and the "New Project" dialog respects that categorization.
I hope you enjoy using our new tools! If you have any questions or comments, please don't hesitate to reach out to us.
- Michael Zlatkovsky | Program Manager, Visual Studio Tools for Office & Apps for Office
-
Link
Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VSTO. Rest assured that VSTO continues to be alive and well. In fact, many existing automation scenarios continue to be best served by VSTO 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". -
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 -
Link
We had discovered an issue where add-ins deployed using the ClickOnce method will, under certain conditions, try and fail to install an update, and thereby disable the add-in. For document-level customizations, an exception window with a stack trace may be shown; for application-level add-ins, the add-in will be disabled silently. See the thread http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/495098f8-6364-443a-b2e1-23e650af7e1e.
There is now a NEW VERSION of the VSTO Runtime that fixes the issue. If you're using the web bootstrapper (for add-ins developed using Visual Studio 2010), the bootstrapper will automatically chain in the latest version, so no action is required on your part, or on that of your users. If you're deploying from Visual Studio 2012, you'll need to enable the bootstrapper functionality manually: please see http://blogs.msdn.com/b/vsto/archive/2012/12/21/creating-a-bootstrapper-package-for-an-office-2013-vsto-add-in-with-visual-studio-2012.aspx. Users can also download the latest runtime from http://go.microsoft.com/fwlink/?LinkId=140384.
Installing the new Runtime is a preventative measure, and we highly recommend that all of your users do so! However, this will not fix add-ins that may already have gotten disabled due to the issue. Thus, for users who are already impacted:
If the install location is still accessible (and/or if the developer puts a new version into the same location)
1. Re-run setup from the original network share.
2. Re-enable the Add-In / Doc-Level Customization from within the Office application, as described below.
If the install location is NOT accessible (e.g., network share permanently down, or file was installed off of a USB stick which has since been removed)
1. Launch “regedit.exe” from the start menu / start screen. Navigate to Computer ==> HKEY_CURRENT_USER ==> Software ==> Microsoft ==> VSTA ==> Solutions.
2. There should be several entries there, identified by GUIDs. Click on each entry and check the “ProductName” data until you find the Add-In that you’re trying to re-enable.
3. For the Add-In that’s having problems, double-click on UpdateEnabled.
4. Change the “Value data” to 0 and press “OK”. This will disable Update Checking (and hence cure the problem) until a new version of an add-in is explicitly installed, or until the user repeats the same steps, and sets “UpdateEnabled” to “1”.After editing the Registry, the user should re-launch the Office App (e.g., Excel), and go through the usual steps of re-enabling the add-in (see below).
The usual steps of re-enabling the add-in: (required in either case for any user with currently-disabled add-ins)
1. Open the application’s options (e.g., “Excel Options”) and navigate to the Add-Ins tab.
2. Select “COM Add-ins” from the “Manage” dropdown.
3. Press “Go…”. A window will open.
4. Enable the checkbox for the Add-In(s) that you’d like to re-enable.
5. Click “OK”.
After performing the above steps, the add-in / document-level customization should re-activate in the host application, and also show up in the Control Panel’s “Add or Remove Programs” list.Michael Zlatkovsky | Program Manager, Visual Studio Tools for Office & Apps for Office
-
Unanswered0VotesAvoid division with zero using variables in VBA
Hi, Many thanks in advance for any help provided. I am completly stuck after many days of programming. I got a problem with division by 0. I do subtotals of ... -
Unanswered0VotesChange the icon of a standed “save” button by call back in VSTO
I'm new to VSTO. i have developed a Ribbon to Powerpoint and my ribbon contains a Save button. <control idMso="FileSave" tag="FileSave" ... -
Unanswered0Votes2D arrays with LPXLOPER12 -- is it possible to dynamically size?
val.array.lparray[i].val.array.lparray[j].val.num for the value stored at (i,j)? Apparently, TheArray->val.array.lparray[i][j].val.num does not seem to be ... -
Answered0VotesCalculate Vacation days , Training Days & Standby days based on a single flag
Hi all , I am usin MS Access 2007 I have table named ... -
Answered0VotesErasing cells within a word doc table..
Good Morning All, Today I would like to be pointed in the right direction. I currently have a .docx file that has a table in it.. the table has three columns and the first ... -
Answered1VotesMigration to Word 2010 / 2013
Hi All We extended Word 2000 with VBA to use it as a «Word processing reporting tool» from our C++ solution. Word 2000 has «expired» and ... -
Unanswered0VotesCannot insert the OpenXmlElement "newChild" because it is part of a tree.
hi, am getting this error(Cannot insert the OpenXmlElement "newChild" because it is part of a tree.) when i try to give border values to the ... -
Unanswered0VotesExcel Sheet in a Access Unbound Object Frame control
Hi all I'm trying to use a unbound object frame with a excel worksheet embedded in a access form, as a way to data entry. My question is when the control is ... -
Answered2VotesTrapping a SaveAs in VSTO PowerPoint Add-in Before Save Event
I am trying to add custom actions to VSTO PowerPoint 2010 and 2007 add-ins before the presentation files are saved. I am using VS2010 VB.Net. The PresentationBeforeSave event is ... -
Unanswered0VotesExcel Crash with OLE object
Hello: I am experiencing an Excel crash under odd conditions. This is the kind of crash in 2010 that manifests with a dialog box which says "Excel has stopped working" Then it ... -
Discussion0VotesHow do I filter an Access 2010 web form using a combo box macro?
Edit: To any new folks joining us, this thread has gotten to be a bit of a mess. To be honest I had considered asking Microsoft to delete the entire thing, but there is some good ... -
Answered1VotesHow To Update Guid Field.
Hi, I have A Column My_GUID Text(50) With Primary Key. I Want to Update It From Update Query. Like "Update Table1 Set ... -
Discussion0VotesHow to change dynamically in access the path of a linked table of Excel
Within my MDB database I have a table linked to an excel file (xls version 2003) the table in question is called TEST, I would like VBA code to be able to change its path ... -
Unanswered0Votesadd-in Office 2010 compatible with Office 2007?
Hello all! I hope you can help me. I developed a Add-in for Excel Office 2010 (using Visual Studio 2012). This button is showed in Insert tab and work ... -
Unanswered0VotesAdding column of type Date/time with format 'LongTime'
I am using ODBC connection to connect to access database. I want to add a column of datatype 'Date/time' to table with Format 'LongTime'. How it can be done? -
Unanswered0VotesProgramatically closing ProtectedViewWindow(s)
I’m building a very specific purpose add-in which, before it runs, I want to make sure there are no open windows inside the Excel instance. I’m able to count and ... -
Unanswered0VotesOffice document Viewing and Editing component for .NET
The need is for an ASP.NET web application to enable its user to view and edit the documents online. This application should support document (office documents) viewing and editing in the browser ... -
Unanswered0VotesHow to prevent change when reading BuiltInDocumentProperties?
Hi, I found that if the add-in access the BuiltInDocumentProperties, Word will ask to save when close document, can it be prevent if user hasn't change the ... - Items 1 to 20 of 56117 Next ›


