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 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)
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 & VBA. Rest assured that VSTO & VBA continue 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)
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
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 additional programming languages and platforms, support for host applications beyond the desktop versions of Office, and new distribution, lifecycle management, and monetization opportunities through the Office Store.
To learn more, please see the blog post: "Roadmap for Apps for Office, VSTO, and VBA". -
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 (VSTO) 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 additional programming languages and platforms, support for host applications beyond the desktop versions of Office, and new distribution, lifecycle management, 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
-
Unanswered0Votes
Error: Option Strict On disallows implicit conversions from 'Object' to 'Decimal'
I am tying to check the value of cell J34 (excel). If that value is null then display message, if not run the rest of the code. However, when I am compiling I get the error above on ...0 Replies | 6 Views | JMazorra - 8 minutes ago -
Answered0Votes
Windows Form - Clear contents of excel cells
Hello Everyone: I have a Windows Form on a worksheet called Position. However, I would like to but a command button that clears the values of cell H45, H46 and I49 in sheet Position ...2 Replies | 113 Views | JMazorra - Sunday, June 16, 2013 5:29 PM | Last Reply JMazorra - 12 minutes ago -
Unanswered0Votes
Fade in and out Controls
I have a function that I got from OpenGate as as freeware. It fades in and out controls using a tag called FadeGroup1. I wanted this to work when a checkbox is clicked for ...1 Replies | 39 Views | dinodeserter - 3 hours 32 minutes ago | Last Reply Chris A O'Brien - 1 hour 27 minutes ago -
Unanswered1Votes
How to do a compound "Where Condition" in Open Form Macro? Where Condition: idA=idA on main form AND idB = idB on sub Form
What is the syntax for the "Where Condition' in anOpen Form Macro when there are two conditions that must be met? - There is a main form fMainA1 with a sub-form ... -
Unanswered0Votes
Cumulative SUM as of an specific date within the year of the parameter value
Hello, I have a worksheet that keeps track of sales for the past few years including the current year. I would like to be able to get the YTD sum based on the ...0 Replies | 14 Views | Databasico - 1 hour 47 minutes ago -
Unanswered1Votes
What is wrong with my connection string?
I am trying to run a pass through query from MS Access 2010 to SQL Server 2012 using the following string connection. strConnect = "ODBC; DRIVER = {SQL Server Native Client ...6 Replies | 48 Views | ChemEng - 8 hours 15 minutes ago | Last Reply Van Dinh - 2 hours 9 minutes ago -
Proposed0Votes
Link Access 2003 archive database to active database
We need to archive one database, empty the tables and continue with the same database, making some differences in the tables, but i need to put a switch or subform or query that will allow the active ...1 Replies | 38 Views | Dawn Dotson - 6 hours 1 minutes ago | Last Reply Van Dinh - 2 hours 22 minutes ago -
Unanswered0Votes
Add Email and Print buttons to the Action Bar in Sharepoint Access 2013 Web App
Hi I want to add two different buttons to the Action Bar in the Web Apps I created in Access for Office365. I need to add a button to email and a button to print to a local ...7 Replies | 107 Views | Sheryl N Corgan - Tuesday, June 18, 2013 6:19 PM | Last Reply Tom van Stiphout (MVP) - 2 hours 29 minutes ago -
Discussion3Votes
checkbox query error when migrating backend from Access to SQL
I have a database that I'm working on migrating the backend from Access to SQL. I have a form that we use to choose projects from. There's the user's name (assigned IE), a check box ...11 Replies | 53 Views | Carl_S_S - 11 hours 29 minutes ago | Last Reply Van Dinh - 2 hours 46 minutes ago -
Unanswered0Votes
Access Runtime Error
Have Access Runtime 2010 installed on my offsite server. Converted my local database to .accde and moved to the server. When I tried to open the file, I received the following ...1 Replies | 27 Views | DCMikado - 7 hours 58 minutes ago | Last Reply Van Dinh - 3 hours 16 minutes ago -
Unanswered0Votes
Microsoft Access Query Issues
= 0 criteria is what I am using). Once I change a single criterion it works. If I do not, then I get the error. There are about 10 fields, and I am able to change a few ...13 Replies | 86 Views | Tadhg O - Thursday, June 20, 2013 4:51 PM | Last Reply Van Dinh - 3 hours 36 minutes ago -
Unanswered1Votes
Cannot connect to my Access 2013 Database
Hi there, I've got problem I have been gnawing on all day. I have a moderately complicated Access database, and I wanted to automate the input of a large amount of data. I've ...3 Replies | 42 Views | MadPirateBippy - 21 hours 22 minutes ago | Last Reply Van Dinh - 3 hours 51 minutes ago -
Unanswered0Votes
Access 2003 crashes on Windows Server 2003 remote desktop.
I am not sure if this is the correct place to post this question because Access is working properly when users run the program locally from the network. The problem is, ...4 Replies | 46 Views | sansa - Thursday, June 20, 2013 4:29 PM | Last Reply Van Dinh - 3 hours 54 minutes ago -
Discussion0Votes
Value of Existing Control
I'm attempting to determine the value of an existing control, so I can compare it original value against a new value that the user may have input. I borrowed some code off the ...14 Replies | 100 Views | Walt Dexter - Wednesday, June 19, 2013 3:54 PM | Last Reply Van Dinh - 4 hours 7 minutes ago -
Unanswered0Votes
Silverlight video inside an Outlook app does not load. An Add-on for this Website failed to run. Click Security Setting in the Internet Options for Potential conflicts
I have a really basic app, for the simplicity you may think that it just loads a Silverlight video: <object type="application/x-silverlight" ...3 Replies | 165 Views | Nikita G - Thursday, May 16, 2013 3:20 AM | Last Reply Brijs - 4 hours 13 minutes ago -
Discussion11Votes
The New Imporoved Interface
Are you kidding me? peter n roth - http://PNR1.com, Maybe some useful stuff46 Replies | 470 Views | Peter N Roth - Wednesday, June 19, 2013 12:55 AM | Last Reply Chris A O'Brien - 4 hours 35 minutes ago -
Answered0Votes
Find the content control parent of the selected shape
I have Word document with some shapes (textboxs) inside content controls, when user put the cursor inside a shape, I need to find the content control parent of the selected shape.3 Replies | 55 Views | Tunisian_BB - Thursday, June 20, 2013 4:04 PM | Last Reply Tunisian_BB - 4 hours 47 minutes ago -
Unanswered0Votes
Office 2013 Apps - Is Mail Merge possible?
I'm new to office development and I'm unclear on if Apps for Office are a replacement for the older interop methods of automating word, or if they're just to enable new user experiences. For ...0 Replies | 7 Views | Alan M. _ - 4 hours 47 minutes ago -
Proposed0Votes
Access 2013 Can't Create New dB's
I installed Office 2013 Pro on a clean install of Win8 Pro. I am unable to create or open existing databases. When I try to create a blank database, I get the error: "Cannot ...4 Replies | 174 Views | rdagger - Wednesday, May 22, 2013 7:33 PM | Last Reply rdagger - 4 hours 59 minutes ago -
Unanswered0Votes
Help - Difference Between Connection and AccessConnection Properties
In kb2817484 I read this : There is one main advantage for using the CurrentProject.AccessConnection property. Microsoft recommends you ...6 Replies | 62 Views | João Simplicio Rodrigues - Thursday, June 20, 2013 4:32 PM | Last Reply Van Dinh - 5 hours 6 minutes ago - Items 1 to 20 of 56259 Next ›