

It’s no wonder email makes us feel stressed, scattered, and unfocused. Instead of focusing on our most important work, we’re spending all day monitoring and adding to a non-stop influx of messages, requests, and (often) meaningless banter.

Not a communication issue.Įmail is still one of the best workplace tools we have.

Find out how RescueTime can help you double your productivity and try it for free! Inbox overload is a prioritization issue. The reason for this is to avoid ending up with subject lines that have multiple tags in them due to replies and forwards.Take control of your time (and your inbox).

When you press Send, this macro will be invoked, which will strip out all existing instances of " " or " " before prefixing the subject line with " ". StrSubject = Replace(strSubject, " ", "") Use the instructions here to install a macro, but instead of using the code they supply, try this instead: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) This solution uses the ItemSend event to clean up the subject line and prefix " " at the point in time when you press the Send button.
