{"id":1570,"date":"2009-12-14T22:01:22","date_gmt":"2009-12-14T22:01:22","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm"},"modified":"2016-10-19T08:49:17","modified_gmt":"2016-10-19T07:49:17","slug":"writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm","title":{"rendered":"Writing a macro to e-mail a worksheet from an Excel workbook"},"content":{"rendered":"<p>I spent most of today trying to catch up with my expenses (in order to plug the rather large hole in my bank balance before Christmas).\u00a0 I work for a large IT company, and to say that our systems are antiquated would be an understatement: I understand that my expense claims are entered onto a computer system prior to payment but, before that, I have to complete an Excel spreadsheet and mail a hard copy, with receipts attached, to a team that processes them (which is corporate-speak for wasting my time, their time, and my manager&#8217;s time to quibble over minor infringements).\u00a0 Recently a new level of bureaucracy was added to the process and, before snail-mailing the hard copy to be processed, I also have to e-mail a soft copy to my manager for approval, using a pre-defined format for the mail subject header.<\/p>\n<p>You can probably tell by the tone of this post that I&#8217;m no fan of this process.\u00a0 I understand from contacts at Microsoft, for example, that their system is entirely electronic, although paper receipts do also need to be submitted for audit purposes and I can&#8217;t see why we couldn&#8217;t do something similar.\u00a0 Still, it could be worse: when I worked for a major fashion design, marketing and retail organisation a few years back, they insisted that I staple each receipt to a sheet of A4 paper first&#8230;<\/p>\n<p>Anyway, after messing up the process a couple of times today and recalling messages with incorrectly formatted subjects, I decided that it&#8217;s something that should be automated.\u00a0 I&#8217;ve never written any Visual Basic for Applications (VBA) before, but, armed with a few code snippets from the web, I managed to write a macro (the whole thing took me about 30 minutes to pull together and debug):<\/p>\n<p><code>Sub SendToManager()<br \/>\n'<br \/>\n' SendToManager Macro<br \/>\n' Macro to send completed expense worksheet to one's Manager<br \/>\n'<br \/>\n' Keyboard Shortcut: Ctrl+Shift+M<br \/>\n'<\/code><\/p>\n<p><code>'Create a new Workbook Containing 1 Sheet (right most) and sends as attachment.<\/code><\/p>\n<p><code>ThisWorkbook.Sheets(ThisWorkbook.Sheets.Count).Copy<\/code><\/p>\n<p><code>With ActiveWorkbook<\/code><\/p>\n<p><code>.SendMail Recipients:=\"mail@domain.com\", Subject:=\"Expenses for approval: \" \" &amp; Range(\"C8\").Value &amp; \", \" &amp; Range(\"O8\").Value &amp; \", \" &amp; Format(Range(\"O9\").Value, \"Long Date\") &amp; \", \" &amp; Format(Range(\"Q48\").Value, \"Currency\")<\/code><\/p>\n<p><code>.Close SaveChanges:=False<\/code><\/p>\n<p><code>End With<\/code><\/p>\n<p><code>End Sub<\/code><\/p>\n<p>The code is here for anyone that might find something similar useful&#8230; I&#8217;m sure that it will need modification to suit someone else&#8217;s requirements but the basic idea is here.\u00a0 Basically, we create a copy of the right-most worksheet in our Excel workbook (I create a new sheet for each claim, and work left to right&#8230;), then we take that and send it to the specified recipient (one change might be to prompt for a user name) and format the subject with data from the sheet that eventually reads &#8220;Expenses for approval: <em>name<\/em>, <em>employee number<\/em>, <em>claim date<\/em>, <em>claim value<\/em>&#8221; before sending the mail.\u00a0 Simple really.<\/p>\n<p>Here are a few links that helped me out in doing this:<\/p>\n<ul>\n<li><a href=\"http:\/\/www.fgcu.edu\/support\/office2007\/Excel\/Macros.asp\">Macros in Excel 2007<\/a> (I used the 2010 beta but it&#8217;s the same process to create a Macro &#8211; I created an empty one and then edited it to do what I wanted).<\/li>\n<li><a href=\"http:\/\/www.ozgrid.com\/forum\/\">The forums at ozgrid.com<\/a> have loads of advice on Excel macros.<\/li>\n<li><a href=\"http:\/\/www.techonthenet.com\/excel\/formulas\/format_string.php\">This article helped me to format the strings<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>I spent most of today trying to catch up with my expenses (in order to plug the rather large hole in my bank balance before Christmas).\u00a0 I work for a large IT company, and to say that our systems are antiquated would be an understatement: I understand that my expense claims are entered onto a &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Writing a macro to e-mail a worksheet from an Excel workbook<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[218],"tags":[188],"class_list":["post-1570","post","type-post","status-publish","format-standard","hentry","category-technology","tag-excel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Writing a macro to e-mail a worksheet from an Excel workbook - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Writing a macro to e-mail a worksheet from an Excel workbook - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"I spent most of today trying to catch up with my expenses (in order to plug the rather large hole in my bank balance before Christmas).\u00a0 I work for a large IT company, and to say that our systems are antiquated would be an understatement: I understand that my expense claims are entered onto a &hellip; Continue reading Writing a macro to e-mail a worksheet from an Excel workbook\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2009-12-14T22:01:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-10-19T07:49:17+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Writing a macro to e-mail a worksheet from an Excel workbook\",\"datePublished\":\"2009-12-14T22:01:22+00:00\",\"dateModified\":\"2016-10-19T07:49:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\"},\"wordCount\":485,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Excel\"],\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\",\"name\":\"Writing a macro to e-mail a worksheet from an Excel workbook - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2009-12-14T22:01:22+00:00\",\"dateModified\":\"2016-10-19T07:49:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2009\\\/12\\\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Writing a macro to e-mail a worksheet from an Excel workbook\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Writing a macro to e-mail a worksheet from an Excel workbook - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm","og_locale":"en_GB","og_type":"article","og_title":"Writing a macro to e-mail a worksheet from an Excel workbook - markwilson.it","og_description":"I spent most of today trying to catch up with my expenses (in order to plug the rather large hole in my bank balance before Christmas).\u00a0 I work for a large IT company, and to say that our systems are antiquated would be an understatement: I understand that my expense claims are entered onto a &hellip; Continue reading Writing a macro to e-mail a worksheet from an Excel workbook","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm","og_site_name":"markwilson.it","article_published_time":"2009-12-14T22:01:22+00:00","article_modified_time":"2016-10-19T07:49:17+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Writing a macro to e-mail a worksheet from an Excel workbook","datePublished":"2009-12-14T22:01:22+00:00","dateModified":"2016-10-19T07:49:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm"},"wordCount":485,"commentCount":2,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Excel"],"articleSection":["Technology"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm","name":"Writing a macro to e-mail a worksheet from an Excel workbook - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2009-12-14T22:01:22+00:00","dateModified":"2016-10-19T07:49:17+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2009\/12\/writing-a-macro-to-e-mail-a-worksheet-from-an-excel-workbook.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Writing a macro to e-mail a worksheet from an Excel workbook"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":622,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/entourage-is-eating-my-e-mail.htm","url_meta":{"origin":1570,"position":0},"title":"Entourage is eating my e-mail","author":"Mark Wilson","date":"Monday 20 November 2006","format":false,"excerpt":"Well, \"eating my e-mail\" is a bit of an overstatement, but I had a problem earlier whereby all of my e-mail was being removed from the Exchange Server and copied to Entourage's local folders (thereby making it inaccessible from other mail clients - e.g. Outlook Web Access). I found a\u2026","rel":"","context":"In \"E-mail\"","block_context":{"text":"E-mail","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/e-mail"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1333,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/01\/buying-microsoft-office-for-a-home-pc-doesnt-need-to-be-expensive.htm","url_meta":{"origin":1570,"position":1},"title":"Buying Microsoft Office for a home PC doesn&#8217;t need to be expensive","author":"Mark Wilson","date":"Wednesday 7 January 2009","format":false,"excerpt":"Over the last few months I\u00e2\u20ac\u2122ve found myself in conversation with various people who want to install Microsoft Office on their PC but are put off by the high price of a a full retail copy.\u00a0 What many people don\u00e2\u20ac\u2122t seem to realise is that there is a Home and\u2026","rel":"","context":"In \"Microsoft Office\"","block_context":{"text":"Microsoft Office","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/office"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":359,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/12\/dealing-with-winmaildat-files.htm","url_meta":{"origin":1570,"position":2},"title":"Dealing with winmail.dat files","author":"Mark Wilson","date":"Monday 19 December 2005","format":false,"excerpt":"A few days back, a business contact e-mailed me a copy of a presentation as a .PDF file. No problems there, except that when it got to me (using the Mozilla Thunderbird e-mail client), it was called winmail.dat. I tried saving the file as a .PDF but Acrobat Reader didn't\u2026","rel":"","context":"In \"E-mail\"","block_context":{"text":"E-mail","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/e-mail"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":999,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/regaining-control-of-e-mail-with-inbox-zero.htm","url_meta":{"origin":1570,"position":3},"title":"Regaining control of e-mail with Inbox Zero","author":"Mark Wilson","date":"Monday 25 February 2008","format":false,"excerpt":"In my day job (the one that pays the bills... not this website), my boss is a guy called Garry Martin. At the risk of sounding sycophantic, I can learn a lot from Garry - not only because he somehow manages to walk the fine line between technical knowledge and\u2026","rel":"","context":"In \"E-mail\"","block_context":{"text":"E-mail","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/e-mail"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1210,"url":"https:\/\/www.markwilson.co.uk\/blog\/2011\/05\/migrating-mail-and-contacts-from-google-mail-to-office-365.htm","url_meta":{"origin":1570,"position":4},"title":"Migrating mail and contacts from Google Mail to Office 365","author":"Mark Wilson","date":"Tuesday 17 May 2011","format":false,"excerpt":"I started to write this post in September 2008, when it was titled \"Importing legacy e-mail to my Google Apps account\". A few years on and I'm in the process of dumping Google Apps in favour of Microsoft Office 365 (if only Microsoft had a suitable offering back then, I\u2026","rel":"","context":"In \"Microsoft Office 365\"","block_context":{"text":"Microsoft Office 365","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/office-365"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1414,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/04\/new-features-in-microsoft-exchange-2010.htm","url_meta":{"origin":1570,"position":5},"title":"New features in Microsoft Exchange 2010","author":"Mark Wilson","date":"Wednesday 15 April 2009","format":false,"excerpt":"Earlier today, the Microsoft PR machine started the public build up to the release of a new version of Microsoft's messaging product - Microsoft Exchange 2010 (formerly known as Exchange 14). Exchange 2010 is the first Microsoft product built both as a software product (Exchange Server) and as a service\u2026","rel":"","context":"In \"Microsoft Exchange\"","block_context":{"text":"Microsoft Exchange","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/exchange"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1570","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=1570"}],"version-history":[{"count":2,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1570\/revisions"}],"predecessor-version":[{"id":6627,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1570\/revisions\/6627"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=1570"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=1570"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=1570"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}