Customize the Task Pane

February 8, 2010 @ 7:30 AM by JP • 22 views • No Comments »

Using the NewFile Object in VBA we can customize the Task Pane in Excel, Access, FrontPage, PowerPoint and Word 2003 to add your file templates and frequently used files to this handy workspace. Use this as part of an add-in install, to add your custom workbooks to the task pane so they can be opened by your users anytime!

Continue reading this entry »

Outlook

Using Outlook's ItemSend Event to BCC Emails

February 5, 2010 @ 7:00 AM by JP • 16 views • 2 Comments »

Browsing Google Blogs for VBA blog posts is an excellent use of your time. This time, I found a blog post on Windows Live by Michael Lu called Outlook Auto BCC VBA. He posted code that uses the ItemSend event to automatically add (and resolve) a BCC Recipient to outgoing emails.

I won't repost his code here; visit his post for that. What I will do is repost my comments, and add some more.

Continue reading this entry »

ShipTrack 4.1.2 update available

February 4, 2010 @ 4:30 PM by JP • 35 views • No Comments »

An update to ShipTrack is now available. This update fixes the FedEx issue some users reported (and I assume all were experiencing). Please download and let me know how it works.

Code Locked Versions:

ShipTrack Add-In – Excel 2000-2003 version
ShipTrack Add-In – Excel 2007 version

Code UN-Locked Versions:

ShipTrack Add-In – Excel 2000-2003 version
ShipTrack Add-In – Excel 2007 version

Excel

Return Command bar info in a VBA function

February 3, 2010 @ 7:30 AM by JP • 36 views • 2 Comments »

In the previous post I showed a simple sub for listing most of the CommandBar properties. But we can also return this information using a function.

You might do this (in Excel versions prior to 2007) when working with a command bar and need to view its properties before making a change. Here is a function that returns a string array of properties for each Command Bar Object.
Continue reading this entry »

Excel

List all Command Bar Properties in Excel

February 1, 2010 @ 7:30 AM by JP • 57 views • No Comments »

If you work with Command Bars in Excel, or write add-ins for Excel 2003 that add custom menu options, you'll need to know various properties such as their names. We'll explore that in this post.

Continue reading this entry »

Outlook

Reuse text blurbs in Outlook

January 29, 2010 @ 7:00 AM by JP • 46 views • 1 Comment »

lens2250736 1224608109Recycle Logo

A couple of times I've seen newsgroup or other forum posts from people asking if they can reuse some oft-repeated piece of text in Outlook. They come up with some odd way of reaching their goal, usually by trying some VBA and hooking the ActiveInspector to try and insert something. But there's a much easier way, with no code required.
Continue reading this entry »

Site last updated February 8, 2010 @ 9:42 pm