
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Wednesday, March 03, 2010 – Permalink – Mail ExcelVBA + sampleExcel Guru Ron de Bruin has put together the VBA code needed to send Excel via email.He has also included the sample workbooks for those that are not VBA literate. Also: ". . . a new add-in named RDBMail for Excel/Outlook 2007-2010 Code to send mail from Excel See all Topics outlook <Doug Klippert@ 3:44 AM
Comments:
Post a Comment
Friday, February 05, 2010 – Permalink – Order on the RightContext MenuEric Legault shares the VBA code that can be used when "Organizing Your E-mail Using Custom Item Context Menus in Outlook 2007".May appear to be daunting, but if you have had some exposure to VBA, it's not that bad. OfficeZealot See all Topics outlook <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Wednesday, June 17, 2009 – Permalink – VBA Variable ProblemsExplicit protectionIt's good practice to always use the Option Explicit statement in the beginning of your code modules to ensure that all variables are unambiguously declared in your procedures. With this process in place, you'll receive a "Variable not defined" error if you try to execute code containing undeclared variables. Without this statement, it's possible to mistype variable names, which would be interpreted as new Variant type variables. This could severely impact the results of your code, and you might not ever know it. If you do find a problem, tracking down where the error is can be a chore. Although you can manually type the statement into your modules, changing a setting in Access can ensure that the statement is always added to new modules.
See all Topics outlook Labels: VBA <Doug Klippert@ 3:48 AM
Comments:
Post a Comment
Thursday, April 09, 2009 – Permalink – Excel-lent E-MailOutlook, Excel, and VBARon de Bruin, Microsoft MVP - Excel, has put together a collection of VBA routines to make Excel e-mail friendly. See if these topics tempt you: Example Code for sending mail from Excel
Also see: <Doug Klippert@ 3:28 AM
Comments:
Post a Comment
Thursday, June 19, 2008 – Permalink – Global Area Code ChangerFix ContactsTelephone area codes sometimes run out of numbers and need to be split. Slipstick.com's Outlook Contacts Tools page offers some suggestions including: Slovak Technical Services: Phone Changer After a reorganization or buyout, have you ever needed to replace domain portion of e-mail addresses in a Contacts folder? Here's a macro from Woody Leonard's WOPR forum. Global Change of email addresses (If you use it, you might want to comment out some of the MSGBOX entries. ) <Doug Klippert@ 4:53 AM
Comments:
Post a Comment
Monday, May 26, 2008 – Permalink – View PicturesAll at onceThis article walks you through the process of using VBA to develop a form that will allow you to open all e-mail picture attachments at one time.
Viewing Multiple Picture Attachments in Outlook 2003
... "image viewers that use a Multiple Document Interface (MDI) are best suited as a custom viewer. It's better to have one application handle several open image windows than individual windows cluttering your Taskbar! A perfect application for this scenario is the Microsoft Office Photo Editor, but it is no longer bundled with Office 2003." Microsoft has replaced Photo Editor with a new photo editing and cataloging program in Office 2003 and 2007: Microsoft Office Picture Manager. Here is how to reinstall Photo Editor from your Office XP CD: Photo Editor is removed when you install Office 2003 or Office 2007 See all Topics outlook Labels: Attachments, Tutorials, VBA <Doug Klippert@ 7:02 AM
Comments:
Post a Comment
Sunday, March 23, 2008 – Permalink – Reminder - Task - E-mailSent from AccessA great web site for Office information is Woody Leonard's WOPR.com. There are a couple of newsletters associated with the site including: Woody's ACCESS Watch
"If you have a table that contains a date field, and you want to make sure that something happens on that date, one way is to create an Outlook task with a reminder that will pop up on the specified date; you can even use the Outlook reminder to create an email message that will be sent on the specified date.
Helen Feddema has been working with Word since v. 1.1, Access since the beta of v. 1.0, and Outlook since the beta of v. 8.0 (that's where Outlook started its version numbering). See all Topics outlook Labels: Access, Appointments, VBA <Doug Klippert@ 6:49 AM
Comments:
Post a Comment
Sunday, December 16, 2007 – Permalink – Office VBA TricksVideo + Free codeQuick tips VBA Video "Learn tips and use sample code for several Office applications. These tips can help you to be more productive and can also be a starting point for developing your own tools, utilities and techniques."
Ten Tips for Office VBA Developers See all Topics outlook Labels: VBA <Doug Klippert@ 5:04 AM
Comments:
Post a Comment
Saturday, November 03, 2007 – Permalink – Automation - VBA - Help FileOffice Wide
See all Topics outlook Labels: VBA <Doug Klippert@ 6:53 AM
Comments:
Post a Comment
Saturday, March 31, 2007 – Permalink – Comment CodeEdit toolbar
|