18
2015
Outlook360: Lost emails older than 6 months after moving between folders
Faced unique issue when updating my outlook desktop client (Outlook 2013) linked to outlook360 account, issue and fix is as below, Issue: I created a new temp folder in my inbox and moved all my items including the items older than 6 months from inbox to temp, after 1 day again move them back to inbox, the number of emails remained same. I had to move again for some work but when I moved […]
9
2013
Save time by using Outlook 2010 Email Templates
We have some regular activities for which standard emails needs to be sent on regular basis, in order to reduce time in drafting email, there is built-in facility in Outlook to create and use email templates, so we can define the fixed text once and reuse it at regular intervals, below are the guidelines I found for learning this technique, please go through these links to understand how it works and can be utilized, […]
4
2013
Working in Excel with IP Range – Tip
While working in excel for IP addresses, got a task to generate new IP address based on an existing one in order to configure a device, after doing some Googling find few articles on this topic, there are two good approaches to it, 1. Using excel formula like REPLACE, MIN, LEN, MID, CONCATENATE, calculate new IP range, for e.g. Suppose your IP address is 10.76.192.0 and you like to generate new IP address […]
16
2013
Using Concatenate function in excel without impacting custom format
Suppose you have date time text in one column (format as YYYY-MM-DD) which you want to use in your concatenate function without changing custom format, because if you don’t do it then in concatenate function it will come in some numerical form for e.g. 40513 instead of 2010-12-01. It happens because excel ignores formatting. Use below to fix it, Say column name is A1 where date value resides and you want to sue it […]
14
2013
Delete Blank rows from long list in excel
To quickly remove unwanted blank rows from long list in excel, do following, Select column having blank rows Press the F5 key on your keyboard (or select Edit, Goto). Click the Special… button. Click the Blanks option and click OK. This will select all blank cells in the range you had previously selected. Now right click and choose delete or choose Edit, Delete, select the Entire Row option and click OK. Useful references: http://chandoo.org/wp/2010/01/26/delete-blank-rows-excel/ […]
6
2012
How to: create Filter on Undelivered Emails in MS Outlook
If you are frustrated with others not keeping their mailbox clean and you are landing up with 10’s to 100’s of undelivered mail notifications landing up directly to your inbox, then don’t worry this post may be useful for you to some extent 🙂 Note: this is not a tool tip, but usage of a very well-known feature of outlook i.e. Rules Here is a short, simple and clean method to create a filter i.e. […]
19
2012
How to: Check full source of email sender in Outlook 2010
You might be wondering that in Microsoft Outlook 2010 where we can find the source of message sender, please find the simple tip below to understand how this can be done. Note: For those who are wondering what is source, it is a way to identify the ip address of sender and this is one way the junk/spam mails are detected, you can read more about it on internet. 1. Within Outlook 2010, open an […]
2
2012
Configure SQL Mail on SQL Server 2000 with Outlook 2007 client
Scenario is, we have SQL 2000 as database engine and outlook 2007 as mail client, now as we know SQL 2000 requires MAPI client for SQL mail configuration and from records we need minimum Outlook 2000 client, in this case we have outlook 2007 client present. I was skeptical initially that whether SQL mail will at all work with outlook 2007 or not, by going through several articles and forums, I found it to be […]
2
2011
How to insert a simple (Tick) Checkbox into office 2007?
Today I was struggling to insert a checkbox in Excel 2007, found a good tip as below, This can be done via Developer ribbon bar. If you do not see Developer as one of the tab options along the top (in the ribbon bar), do the following: 1. Click the Office logo in the top left corner 2. Down below besides Exit Excel you will find ‘Excel Options’, click it 3. In the ‘Popular’ window, […]
Subscribe to this blog via Email
Old Posts
- November 2017 (3)
- October 2017 (4)
- September 2017 (2)
- May 2017 (1)
- April 2017 (1)
- July 2016 (3)
- May 2016 (1)
- April 2016 (1)
- February 2016 (2)
- January 2016 (1)
- October 2015 (1)
- September 2015 (1)
- August 2015 (1)
- July 2015 (2)
- June 2015 (3)
- April 2015 (1)
- March 2015 (1)
- December 2014 (1)
- September 2014 (2)
- April 2014 (1)
- January 2014 (3)
- October 2013 (2)
- September 2013 (2)
- August 2013 (4)
- July 2013 (1)
- June 2013 (2)
- May 2013 (5)
- April 2013 (3)
- March 2013 (1)
- February 2013 (9)
- January 2013 (11)
- December 2012 (14)
- November 2012 (3)
- October 2012 (4)
- July 2012 (2)
- June 2012 (3)
- May 2012 (2)
- April 2012 (8)
- March 2012 (6)
- February 2012 (3)
- January 2012 (1)
- December 2011 (5)
- November 2011 (8)
- October 2011 (5)
- September 2011 (3)
- August 2011 (3)
- July 2011 (3)
- May 2011 (1)
- November 2010 (1)
Tags
Calender
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Nov | ||||||
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
View Post by Categories
Recent Articles
- Setting up Always ON Availability Group in Multi Subnet Cluster – Recommendations
- Configuring Replication with Always ON Availability Group
- Login failed for user ‘DOMAIN\COMPUTER$’. Reason: Could not find a login matching the name provided. [CLIENT: ]
- Modern Servicing Model (Service Pack and Cumulative Updates) for SQL Server 2017 and onwards
- Fix: SSMS 2012 opening Debug window when pressing F5