
|
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! |
![]() Sunday, June 28, 2009 – Permalink – 30 Days HathOne Day at a Time
Labels: Calendar <Doug Klippert@ 3:02 AM
Comments:
Post a Comment
Tuesday, June 23, 2009 – Permalink – Mail Your MDB-ACDBDon't let Outlook stop youThere was a lot of frustration with Outlook 200x. If an Access MDB file is received, Outlook expects the worst and blocks the attachment. The trick has been to ZIP the file or change the extension to something like .DAT. Here's a registry trick that restores Outlook to the good old days. Outlook 2007, 2003, 2002 and Outlook 2000 SP3 allow the user to use a registry key to open up access to blocked attachments. (Always make a backup before editing the registry.) To use this key: If you are using this registry entry, a glance at Help>About Microsoft Outlook will show Security Mode: User Controlled above the license information.Slipstick.com: Opening .exe Attachments Also see: Shortcuts for Sending Access Objects via Email See all Topics outlook Labels: Access, Send, Tips, Troubleshoot <Doug Klippert@ 3:32 AM
Comments:
Post a Comment
Sunday, June 21, 2009 – Permalink – Clip Art at HomeInstall moreDo you remember all of the clip art that was available locally with Office XP? When you have an Internet connection, you have access to the Office Online collection, but if you would like more clip art installed on your machine: A small amount of sample clip art images was included The 2007 Office systems and Office 2003 and is part of the "local collection" that is searched when you do not have Internet access to the Microsoft Office Online Clip Art and Media Web site. Office 2003 no longer included a media content CD with additional clip art. However, the Microsoft Office XP Media Content CD can still be installed locally or on a network share.Support.Microsoft.com How to add clip art to Clip Organizer in a 2007 Office system and in Office 2003 See all Topics outlook <Doug Klippert@ 3:01 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
Tuesday, June 16, 2009 – Permalink – Resend on BehalfAlternate to ForwardLet's say you get a message that you would like to forward, but you don't necessarily want to take "ownership."
IMPORTANT: If the recipient clicks the Reply button, his message will go to the original sender, not to you. ![]() Thanks to Ed Bott for pointing this out, EdBott.com See all Topics outlook <Doug Klippert@ 3:56 AM
Comments:
Post a Comment
Tuesday, June 09, 2009 – Permalink – Netiquette - EtiquetteWhy do you need email etiquette?A company needs to implement etiquette rules for the following three reasons:
32 of the most important email etiquette tips Netiquette — Yale Career Planning — About E-mail Etiquette (Netiquette) — Chris Pirillo Netiquette — Virginia Shea Spam Is Not the Worst of It See all Topics outlook <Doug Klippert@ 3:39 AM
Comments:
Post a Comment
Wednesday, June 03, 2009 – Permalink – Reading PainIt's not my glasses, the print's too small!Scott Hanselman's Computer Zen Blog "Thoughts on .Net, Web Services, and Life" had this entry about Outlook: Changing the Font Size of the Reading Pane in Outlook: Impossible? "Is it sadder that:I can't find a way to make the change permanent either, but: Some users prefer the better visibility of a larger font size for reading their messages in the Reading or "preview" pane. You can make the text or font in the pane larger or smaller by using the scroll wheel on your mouse. Using the scroll wheel is the only way you can change the text size, although more options are being considered for a future version of Outlook. Use the Reading Pane, highlighted in red, to preview your messages without having to open them. Click in the Reading Pane, press CTRL, and roll the scroll wheel. Rolling the wheel away from you makes the text bigger, rolling it towards you makes the text smaller.For information about the OL interface, see Slipstick.com. Managing the Outlook Interface See all Topics outlook <Doug Klippert@ 3:21 AM
Comments:
Post a Comment
Saturday, May 16, 2009 – Permalink – Delete It and Mean ItTurn off the questioningDeleting an item in Outlook sends it to the Deleted Items folder. If you're sure that you want to eradicate the note, you can hold the Shift key when you delete an item. You will receive a dialog asking if you are sure you want to permanently delete it. To avoid the nagging you can turn off "Warn before permanently deleting items" under Tools>Options>Other>Advanced Options. ![]() Be careful because you can delete items that might have benefited from one more moment's consideration. (If you're using an Exchange server, you can probably get it back) See all Topics outlook <Doug Klippert@ 3:44 AM
Comments:
Post a Comment
Saturday, May 02, 2009 – Permalink – 4-1-9Nigerian Advance Fee FraudThe Advance Fee Fraud (AFF) is known internationally as "4-1-9" fraud after the section of the Nigerian penal code which addresses fraud schemes. (BTW, it is pronounced 4-1-9, not four-nineteen.) You've most probably been approached via email to help some poor soul smuggle millions out of some war torn province in return for a generous finder's fee. "A renowned psychiatrist from UC Irvine was duped into squandering at least $1.3 million of his family's fortune on a Nigeria Internet scam, according to a lawsuit recently filed by his son. LA Times March 2, 2006 If your willing to take the risk, here is a site that baits the scammers. 419Eater.com See all Topics outlook <Doug Klippert@ 3:28 AM
Comments:
Post a Comment
Saturday, April 25, 2009 – Permalink – Change CategoriesFit people into the right peg holeGo to View>Arrange by>Current View and select by Category. (View>Customize Curent View) You can create a new Category and then just select Contacts and drag them into the right slot. This technique works with any Outlook item for many Outlook fields, including Private and Company but won't work on fields that aren't editable. You can use it to add Categories but not remove them.Slipstick.com: Group By See all Topics outlook <Doug Klippert@ 3:48 AM
Comments:
Post a Comment
Friday, April 17, 2009 – Permalink – Where Do You Store Your Spam?It's Your Mess, Clean It UpPrevious versions of Outlook can handle PST files just this side of 2 GB (1.82) and Outlook 2003+ can go up to about 20-30 gigs with the new MSUPST format. However, very few administrators are going to allow users to save anywhere near that amount of information. Outlook does have a tool to managing the size of the mailbox from within Outlook:
<Doug Klippert@ 3:06 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
Wednesday, April 01, 2009 – Permalink – Flag That PlayDog ear your emailWith RSS entries, I average 500 or more messages a day. Here's a suggestion about how to tame the problem. "You clear up one problem and delete the e-mail message -- and meanwhile six others pop up in your Inbox. Microsoft Office Outlook can flag messages with priorities, set reminders, and flag messages for follow-up, so that you can glance quickly at Outlook and know immediately what needs to get done first." Office.Microsoft.com: Demo: Organize your e-mail more easily than ever See all Topics outlook <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Tuesday, March 24, 2009 – Permalink – BCC, not your old CCAvoid header spaghettiThere are three parts to the Address section of an email message:
About.com: Sending an Email to Multiple Recipients - Cc: and Bcc: Hamra.net: Use BCC field when addressing mass mail Actrix.co.nz: Using the CC and BCC Fields in E-mail While the recipients can't see the Bcc list, you can see the list in messages you SENT: "To see the Bcc addresses for messages that you sent, open the message from the Sent Items folder, then choose Actions>Resend This Message. If you don't see the Bcc box, choose Find>Bcc Field to display it. Another method you can use in the Sent Items folder, is to choose View>Show Fields and add the Bcc field to the current view. You may not be able to see all Bcc recipients that way if the list was a long one.Slipstick.com: To view Bcc addresses for sent messages See all Topics outlook <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Saturday, March 14, 2009 – Permalink – Email HeadersHow to read the codeSpam is as ubiquitous in email as it is in an Hawaiian restaurant. These links may help you distinguish pork shoulder from the other stuff. "This document is intended to provide a comprehensive introduction to the behavior of email headers. StopSpam.org: E-mail Headers "The ability to read and decipher email headers is a useful skill to learn for tracing messages to their original source and diagnosing many other problems. Headers may contain a lot of information but the most important information will always be contained in every email header." See all Topics outlook Labels: General, Spam, Troubleshoot <Doug Klippert@ 3:53 AM
Comments:
Post a Comment
Friday, February 27, 2009 – Permalink – Yeah, Sure, That's My EmailA lie will set you freeDodgeit.com allows you to create throwaway email addresses. It then delivers the email that comes into the resulting mailbox as an RSS feed that you and everyone else who can guess at your throwaway email address can read. Pick a throwaway address, say: NotMyAddress@dodgeit.com Give that address out to inconsequential sites. Check NotMyAddress from homepage of Dodgeit.com. Subscribe to an RSS feed to keep an eye on the mailbox.
<Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Thursday, February 19, 2009 – Permalink – Protect Your AddressKeep the bots at bay"Spam is an incredible problem and it is getting worse - your e-mail address is a commodity and if you put it on a web page, it WILL eventually be found, spammed and sold to other spammers. The problem is that you have a web page and you need to make it possible for people to send you e-mail from your page but you don't want to get bombarded with spam - what can you do? MailMe PHP Form Mailer With Spam Blocking Also: Mailto script a simple little Mailto: script that allows you to choose who you want to email from a pull down menu (View source for code) Software Listing: Mailto Mailcrawlers and protectors See all Topics outlook Labels: General, Tips, Troubleshoot, Tutorials <Doug Klippert@ 3:07 AM
Comments:
Post a Comment
Thursday, February 12, 2009 – Permalink – Digitally SignMessagesIf you have a need to protect the contents of your email messages, these links should point you in the right direction.Outlook supports the following features for cryptographic messaging: Overview of Cryptography in Outlook 2003 Free digital ids Slipstick.com: Encryption and Message Security Tools TheTechGap.com: Digital IDs in Outlook Verisign: Digital IDs See all Topics outlook <Doug Klippert@ 3:06 AM
Comments:
Post a Comment
Sunday, February 01, 2009 – Permalink – MailTo ShortcutJust a quick noteYou can create a shortcut on your desk top that will start or switch to your default email application. You can also fill in parts of the message if you want. Right-click an empty spot on the desktop and choose New>Shortcut. In the box that says "Type the location of the item", enter something like: mailto:All@Once.com. ![]() The University of Nebraska at Lincoln has some other entries you may want to try. They are intended as HTML hyperlink references, but some of them work as shortcuts too. MailTo Outfront.net also has some information: Getting More From 'mailto' See all Topics outlook Labels: Shortcuts <Doug Klippert@ 3:53 AM
Comments:
Post a Comment
Saturday, January 31, 2009 – Permalink – Kürzungen für jederAccessibility ShortcutsSeveral resources are available to help increase speed and effectiveness for keyboard users. Here are keyboard shortcuts for leading Microsoft products that help save time and effort and provide an essential tool for some people with mobility impairments.Microsoft.com Keyboard Assistance. See all Topics outlook Labels: Shortcuts <Doug Klippert@ 3:31 AM
Comments:
Post a Comment
Sunday, January 25, 2009 – Permalink – Email IconsFoil the spoilersIf you include an email address it can be read be the evil robot of the web. Nexodyne.com will create a free email icon graphic to be used in place of a mail hyperlink. You could also use this piece of Javascript to avoid R2D2. (user in this case would be "MyJunkMail.Place" mydomain would be "Gmail.com") <script language="JavaScript">
<!-- Begin
user = "myaddress";
domain = "mydomain";
document.write('<a href=\"mai' + 'lto:' + user + '@' + domain + '\">');
document.write(user + '@' + domain + '</a>');
// End -->
</script>
<noscript>
Here goes some text that can be seen if Javascript is disabled.
</noscript>(from SB Projects.com) See all Topics outlook Labels: Tips <Doug Klippert@ 3:37 AM
Comments:
Post a Comment
Sunday, January 11, 2009 – Permalink – PayPal - PhishingA tutorialAs part of a series on Identity Protection Resources, PayPal has a section on Spoofing or Phishing. "Many spoof emails look very real. While there are some telltale signs, it can often be difficult to identify fake emails. Whenever you get an email about your PayPal account, the safest and easiest course of action is to open your browser and log in to your PayPal account directly without clicking any links in the email. Spoof Tutorial See all Topics outlook <Doug Klippert@ 3:09 AM
Comments:
Post a Comment
Tuesday, December 30, 2008 – Permalink – Spam - A How to GuideWhy let the sleaze balls have all the fun?We've traded garbage cans full of unsolicited mail for full blocked or deleted bins. Here is a site that has information on stopping the bad guys, including information from their perspective.
<Doug Klippert@ 3:47 AM
Comments:
Post a Comment
Friday, December 26, 2008 – Permalink – Icons - Itsy Bitsy IndicatorsIcons — Itsy Bitsy IndicatorsWhat those little graphics mean There's not much room in an Outlook icon to communicate information. Robert Sparnaaij, MVP-Outlook, has put together a legend of these tiny pictures with their meanings. Such as: ![]() What Do The Icons Mean? For more information see his web site: How to Outlook See all Topics outlook Labels: General <Doug Klippert@ 3:44 AM
Comments:
Post a Comment
Monday, December 22, 2008 – Permalink – Shipping StatusTrack UPS and FedExWith eBay and Amazon, packages are flying across the country 24 hours a day, locating a shipment can be important.This free Outlook add-in combines with Outlook's calendar to follow the path of an order. "Parcel Tracker is an add-in for Microsoft Outlook that automatically synchronizes an appointment item with a shipping service enabling you to track your package delivery / status directly from the Outlook's calendar. Parcel Tracker By David Levinson See all Topics outlook Labels: Addins <Doug Klippert@ 3:38 AM
Comments:
Post a Comment
Sunday, December 07, 2008 – Permalink – Match Template to AccountSet your identity
<Doug Klippert@ 3:58 AM
Comments:
Post a Comment
Friday, November 28, 2008 – Permalink – Dynamic Distribution ListsGroup the contactsIf you want to send an email to a list, but omit a few of its members, Click on the plus sign next to the distribution name. Click OK to expand the list and remove members who you do not want to receive the email. Rather than creating and updating a distribution list as a list of names, you could use Categories. To add or remove names from a mailing list, just add the category or remove it from the contacts form. If an email address changes, only the contact form, not the distribution lists needs to be updated. Send a message or meeting request to the group or create appointments or tasks, by opening the Contacts folder and use the Group By Category view and select the desired group. Choose the desired action from the Actions menu. The drawback here is that all of the names will be displayed on the To: line. They can, of course be cut and pasted to the BBC: line. From Diane Poremsky's Outlook Tips website See all Topics outlook <Doug Klippert@ 3:38 AM
Comments:
Post a Comment
Thursday, November 20, 2008 – Permalink – Calendar on the WebExchange not requiredOutlook has made it possible to share your calendar on the Internet as a web page.
Also: <Doug Klippert@ 3:17 AM
Comments:
Post a Comment
Wednesday, November 12, 2008 – Permalink – Security PromptAvoid the warning"A program is trying to automatically send e-mail on your behalf. Do you want to allow this?" or: ![]() This is the result of a security update in Outlook 2000+. Here's how to get out of the problem: Express ClickYes . . ."a tiny program that sits in the taskbar and clicks the Yes button on behalf of you, when Outlook's Security Guard opens prompt dialog saying that a program is trying to send an email with Outlook or access its address book. You can suspend/resume it by double-clicking its taskbar icon. Developers can automate its behavior by sending special messages." Also see: Automation Security from Slipstick.com Outlook Email Security Administrative Options for the Outlook E-mail Security Update See all Topics outlook Labels: Addins, Tips, Troubleshoot <Doug Klippert@ 3:28 AM
Comments:
Post a Comment
Saturday, November 08, 2008 – Permalink – E-mail Delivery DesignDon't look like spamA discussion: "Transactional email can be a website's customer service ambassador, but messages must first survive a ruthless selection process in the user's in-box. Differentiating your message from spam is thus the first duty of email design.
<Doug Klippert@ 3:36 AM
Comments:
Post a Comment
Friday, October 31, 2008 – Permalink – Desktop AlertFix the timingYou can set the length of time a desktop alert appears, by going to:
<Doug Klippert@ 3:06 AM
Comments:
Post a Comment
|