following
New Office 2010 Developer Video
January 27, 2010 by Staff · Leave a Comment
We just published a new video on MSDN that provides a great starting point for understanding what we’re talking about when we speak about “Office 2010 productivity solutions”. You can watch the video (~7 minutes long) by clicking the image below: http://go.microsoft.com/?linkid=9709532 At the end of the video I discuss where you can go to get started with developing Office solutions.

View original post here:
New Office 2010 Developer Video
following
Excel VBA Cells and Hyperlinks
January 7, 2010 by Staff · Leave a Comment
I track some information in Excel, and one of the columns is for a link to some location (blogs, Web sites, etc.). One of the things is that I don’t want the URL to appear as it creates display issues (as shown here). I really want it to look like this: I prefer to just display the word “Link” that is marked up with the actual link.
The rest is here:
Excel VBA Cells and Hyperlinks
following
Outlook 2010 for Developers: New Shutdown Changes for Outlook 2010
December 1, 2009 by Staff · Leave a Comment
If you are developing add-ins or customizations for Outlook, these changes in 2010 are worth noting. I’m pulling an article out of the MSDN Office Development Library to alert you to an important change to the way Outlook shuts down
View post:
Outlook 2010 for Developers: New Shutdown Changes for Outlook 2010
following
Developing a provider for the Outlook Social Connector
November 19, 2009 by Staff · Leave a Comment
I’m happy to announce that a new member has joined the Outlook platform family. The new arrival has a long and formal name known as Microsoft Outlook Social Connector Provider Extensibility, but the name shouldn’t stop you from getting acquainted with this exciting new extensibility feature for Outlook 2010! What is an Outlook Social Connector (OSC) provider
Read more from the original source:
Developing a provider for the Outlook Social Connector
following
Adding Repeating Data to PowerPoint
August 13, 2009 by Staff · Leave a Comment
In a previous post, I showed you how to create a product catalog in a Word document using the Open XML SDK . I also showed you how to make PowerPoint a reporting application based on data within a database . Today, I am going to show you how to create a product catalog in a PowerPoint deck using the Open XML SDK.
Original post:
Adding Repeating Data to PowerPoint
following
Embedding an Open XML File in another Open XML File
June 30, 2009 by Staff · Leave a Comment
A couple of weeks ago I gave a presentation on the Open XML SDK to a few customers, where I was asked questions on how to embed files within Open XML documents. I thought it would be a good opportunity to devote a couple of posts around this topic. In today’s post I am going to show you how to embed an Open XML file in another Open XML file
Original post:
Embedding an Open XML File in another Open XML File
following
Copying a chart from a spreadsheet to a presentation
June 27, 2009 by Staff · Leave a Comment
Body: Needing to copy a chart from a spreadsheet into a presentation is probably a common scenario for many of us. Luckily the Open XML SDK makes this remarkably easy
Read the rest here:
Copying a chart from a spreadsheet to a presentation
following
Case-Sensitive string comparisons
June 26, 2009 by Staff · Leave a Comment
Today’s guest blogger is Michael Groh, co-author of the popular Access 2007 Bible . The VBA language is not, by default, case-sensitive. A statement such as CBool("XYZ" = "xyz") will always return True
Read the original:
Case-Sensitive string comparisons
following
A Note on Recent Phishing Attacks Against Outlook Users
June 10, 2009 by Staff · Leave a Comment
As you may have seen, in the past week there have been various reports of a scam / phishing e-mail that targets Outlook users by falsely claiming that it is an official message from Microsoft, asking users to visit a phishing website where they are prompted to enter their e-mail server information, user name, and password. Do not click on the link in this e-mail, or enter any of your personal information on the corresponding site. We wanted to let all of you know that this message is absolutely not from Microsoft , and to take the following precautions: Microsoft (and the Outlook team) will never ask for your personal information via e-mail.
Go here to read the rest:
A Note on Recent Phishing Attacks Against Outlook Users
following
A Note on Recent Phishing Attacks Against Outlook Users
June 10, 2009 by Staff · Leave a Comment
As you may have seen, in the past week there have been various reports of a scam / phishing e-mail that targets Outlook users by falsely claiming that it is an official message from Microsoft, asking users to visit a phishing website where they are prompted to enter their e-mail server information, user name, and password. Do not click on the link in this e-mail, or enter any of your personal information on the corresponding site. We wanted to let all of you know that this message is absolutely not from Microsoft , and to take the following precautions: Microsoft (and the Outlook team) will never ask for your personal information via e-mail
The rest is here:
A Note on Recent Phishing Attacks Against Outlook Users
