Sign in
frice's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Access 64-bit SP1
Code Snippets
Context Menus idMso
Customizing the Ribbon UI
Excel 2007
Excel Ron bruin E-mail to Outlook
Office 2010 Backstage view user interface 64-bit Office
Office Developer Resources Ribbon
Office Fluent UI
Ribbon
Ribbon Open XML Formats Content Controls
Sheets collection
what's new for developers office 2010
Worksheets collection
Archive
Archives
May 2011
(1)
September 2010
(1)
August 2010
(1)
April 2010
(1)
March 2010
(1)
January 2010
(1)
November 2009
(1)
July 2009
(1)
December 2007
(1)
November 2007
(1)
April 2007
(2)
March 2007
(1)
June 2006
(4)
May 2006
(2)
January 2006
(3)
November 2005
(1)
October 2005
(3)
September 2005
(3)
July 2004
(1)
June 2004
(4)
March 2004
(1)
February 2004
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
frice's WebLog
SP1 Fix Affecting 64 bit Solutions in Access
Posted
over 2 years ago
by
Frank C. Rice
0
Comments
We are on-track to deliver SP1 in mid-summer 2011 (here is the official announcement ). We definitely recommend this update for all Office 2010 users. If you’re one of the few 64-bit Access users working with compiled Access databases (ACCDE, MDE...
frice's WebLog
Add-in that lists the IDs (idMSOs) of context menu controls is now available
Posted
over 3 years ago
by
Frank C. Rice
0
Comments
As part of Office 2010 extensibility, it is now possible to extend Context Menus exists, e.g. adding new buttons to a particular context menu in Word/Excel/etc.. To extend a particular Context Menu developers need to know the id name of that particular...
frice's WebLog
What's New for Office 2010 Developers white paper is live
Posted
over 3 years ago
by
Frank C. Rice
0
Comments
Learn about some of the new features and technologies for developers in Office 2010. View the paper at http://msdn.microsoft.com/en-us/library/ff955606.aspx .
frice's WebLog
Introducing a new type of help for developers
Posted
over 3 years ago
by
Frank C. Rice
0
Comments
The Microsoft Developer Center introduces a new type of help documentation for developers. They are called Quick Notes and are intended to give you just the information you need to get common tasks accomplished. They are very task oriented with...
frice's WebLog
Check out the new article from Excel MVP Ron de Bruin
Posted
over 3 years ago
by
Frank C. Rice
0
Comments
The article titled Using VBA in Excel to Send Workbooks and Ranges through E-Mail with Outlook (Part 1 of 2) has been publish. In this, the first of a two-part series, Ron describes ways of sending Excel workbooks, worksheets, and so forth to Outlook...
frice's WebLog
New Office Talk column on using Office Open XML is now available
Posted
over 3 years ago
by
Frank C. Rice
0
Comments
I've written a new Office Talk column on creating form letters in Word 2007 and Word 2010 by using bookmarks and Office Open XML. The column, titled Creating Form Letters in Word by Using Bookmarks and Office Open XML Files is available at: http:/...
frice's WebLog
Lots of new resources for the Office 2010 Backstage View UI and 64-bit Office
Posted
over 4 years ago
by
Frank C. Rice
0
Comments
Be sure and take a look at the following articles and downloads for both the Office 2010 Backstage view and the 64-bit version of Office. Also stay tuned for additional articles, code samples, and videos related to the Office 2010 UI. Download: Office...
frice's WebLog
The Office Developer Resources Ribbon UI Add-in
Posted
over 4 years ago
by
Frank C. Rice
0
Comments
The Microsoft Office Developer Center (ODC) ( http://msdn.microsoft.com/office ) contains a tremendous number of how-to articles, videos, code samples, and so forth to help you create Office solutions. The menus and links on the ODC are pretty handy for...
frice's WebLog
Excel's Worksheets and Sheets Collection - What's the Difference?
Posted
over 6 years ago
by
Frank C. Rice
0
Comments
Among the top four objects most searched for on the Microsoft Developer Network by Excel programmers are the Sheets collection and the Worksheets collection (the other two are the Range object and the Application object). As an aside, I've written new...
frice's WebLog
Check out these new articles on MSDN
Posted
over 6 years ago
by
Frank C. Rice
1
Comments
The article Calling Excel 2007 Custom Wizards from the Office Fluent Ribbon by Using VBA ( http://msdn2.microsoft.com/en-us/library/bb927654.aspx ) demonstrates how to create a custom wizard in Excel 2007 using VBA and then modify the Ribbon to call the...
frice's WebLog
Cool translation feature in Microsoft Office
Posted
over 6 years ago
by
Frank C. Rice
0
Comments
One of the coolest features in Office that I think many people (well, at least me) overlook is the translation capability. You can type in a word and get a translation immediately in any language you select. I'm currently trying to teach myself Spanish...
frice's WebLog
Using Code Snippets in Visual Studio 2005 is Incredible
Posted
over 6 years ago
by
Frank C. Rice
0
Comments
Visual Studio 2005 code snippets are a neat way to package pieces of code that you want to keep close at hand. These can be code samples that you've created or samples that you find during searches. And creating them is pretty easy with some of the free...
frice's WebLog
New Visual How-to content on the Microsoft Office Developer Center
Posted
over 6 years ago
by
Frank C. Rice
0
Comments
Just a quick note to say that there is new developer content on the Office Developer Center ( http://msdn2.microsoft.com/en-us/office/default.aspx ). These include over one hundred Ribbon code snippets that can be dropped into Visual Studio solutions...
frice's WebLog
Customizing the Office 2007 Ribbon UI - Part 6
Posted
over 7 years ago
by
Frank C. Rice
0
Comments
In this topic on customizing the Ribbon UI, we'll look at different scenarios for customizing the Ribbon at the application-level by using COM add-ins. These modifications could just as easily be applied to a specific document with document-level customizations...
frice's WebLog
Customizing the Office 2007 Ribbon UI - Part 5
Posted
over 7 years ago
by
Frank C. Rice
0
Comments
In the previous blog, I created a COM add-in in managed C# code that customized the Ribbon UI regardless of which document was open. In this topic, I use the same customization XML and create the add-in in Visual Basic 6.0. The existing Ribbon UI in Word...
frice's WebLog
Customizing the Office 2007 Ribbon UI - Part 4
Posted
over 7 years ago
by
Frank C. Rice
2
Comments
In this installment in the series on customizing the Ribbon UI, we'll look at adding application-level customization. In the previous blog, we detailed the steps to create document-level Ribbon by modifying an Open XML Formats macro-enabled file in Word...
frice's WebLog
Customizing the Office 2007 Ribbon UI - Part 3
Posted
over 7 years ago
by
Frank C. Rice
3
Comments
In this blog, I will walk through an example of adding a custom tab, custom group, and a button with a simple callback procedure to the Ribbon in a Word 2007 document. To get started: 1. Create the customization file in any text editor by adding the...
frice's WebLog
Customizing the Office 2007 Ribbon UI - Part 2
Posted
over 7 years ago
by
Frank C. Rice
1
Comments
In the previous blog, I discussed reasons for the new Office Ribbon UI, ways to customize the Ribbon, parts of the Ribbon, and gave an example of an XML customization file. In this blog, I'll talk some about callback procedures that give the Ribbon's...
frice's WebLog
Customizing the Office 2007 Ribbon UI - Part 1
Posted
over 7 years ago
by
Frank C. Rice
2
Comments
This is the first in a series of topics focusing on the new Office 2007 user interface (UI) and Ribbon extensibility, also called RibbonX. By now, you've probably seen blogs, press releases, and other information on the virtues and benefits of the new...
frice's WebLog
Let Access do the work of writing SQL statements for you
Posted
over 7 years ago
by
Frank C. Rice
1
Comments
One of the views associated with creating queries in the Query designer in Access is the SQL window. The SQL window displays SQL statements that are created behind the scenes when you create a query. However, the SQL window doesn't display just SQL statements...
frice's WebLog
XBox - Life, What Life?
Posted
over 7 years ago
by
Frank C. Rice
6
Comments
Just as Michael Corleone said in Godfather III, "Just when I thought I was out, they pull me back in." I'm not talking about organized crime. I'm talking about XBox. Until about two years ago, I was a major Quake affectionato. I couldn't wait to get home...
frice's WebLog
It's deja-vu all over again - recursion
Posted
over 7 years ago
by
Frank C. Rice
0
Comments
One of the subjects that made me nervous when taking computer science classes in college was recursive programming. It was easy to accidentally write a recursive (i.e. never-ending} program but it was sometimes hard for me to determine when I should write...
frice's WebLog
What happened to my button?
Posted
over 8 years ago
by
Frank C. Rice
0
Comments
I recently had a customer ask how he could freeze objects, in this case a set of buttons, so that they didn't disappear as he scrolled through his Excel spreadsheet. This sounds like it would be a common request and have a topic in Excel help. However...
frice's WebLog
Get "Immediate" results when creating or debugging code
Posted
over 8 years ago
by
Frank C. Rice
0
Comments
In my last blog, I talked about debugging with the Watch window where you can do things such as look at the value of expressions at some point in the code execution and halt execution when a variable reaches a specific value. Other useful tools to help...
frice's WebLog
VBA Beginner's Corner - Someone to Watch over you.
Posted
over 8 years ago
by
Frank C. Rice
1
Comments
The Visual Basic for Applications (VBA) integrated development environment (IDE) seen in the Microsoft Office applications contains lots of tools to help you diagnose and fix errors in your code. However, many of us don't take advantage of the tools that...
Page 1 of 2 (38 items)
1
2