<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Outlook Macro to Nicely Format Skype Chat Excerpts</title>
	<atom:link href="http://blog.dmitryleskov.com/small-hacks/outlook-macro-to-nicely-format-skype-chat-excerpts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmitryleskov.com/small-hacks/outlook-macro-to-nicely-format-skype-chat-excerpts/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Aug 2018 15:56:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/outlook-macro-to-nicely-format-skype-chat-excerpts/comment-page-1/#comment-2482</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Sat, 03 May 2014 10:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=1016#comment-2482</guid>
		<description>Actually, this is an omission in the installation instructions. You need to activate Microsoft Forms Object Library under Tools/References. Which may be tricky &amp;emdash; if you do not have any Office macros with forms, that particular library will not be present in the list! The solution is to add an empty form to the project (Insert/UserForm).

I have updated the project page accordingly. Thanks for the report, Martin!</description>
		<content:encoded><![CDATA[<p>Actually, this is an omission in the installation instructions. You need to activate Microsoft Forms Object Library under Tools/References. Which may be tricky &emdash; if you do not have any Office macros with forms, that particular library will not be present in the list! The solution is to add an empty form to the project (Insert/UserForm).</p>
<p>I have updated the project page accordingly. Thanks for the report, Martin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.dmitryleskov.com/small-hacks/outlook-macro-to-nicely-format-skype-chat-excerpts/comment-page-1/#comment-2274</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 25 Nov 2013 02:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=1016#comment-2274</guid>
		<description>Hi, thanks for nice code, I tried it today. I got an error when running it so I did a small tweak to get &quot;late bindings&quot;,

Public Sub ProcessClipboard()
    InitSkypeRE
    &#039; Fetch text from clipboard
    Dim ClipboardData As Object
    Set ClipboardData = CreateObject(&quot;new:{1C3B4210-F441-11CE-B9EA-00AA006B1A69}&quot;)
    ClipboardData.GetFromClipboard
.
.
.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for nice code, I tried it today. I got an error when running it so I did a small tweak to get &#8220;late bindings&#8221;,</p>
<p>Public Sub ProcessClipboard()<br />
    InitSkypeRE<br />
    &#8216; Fetch text from clipboard<br />
    Dim ClipboardData As Object<br />
    Set ClipboardData = CreateObject(&#8220;new:{1C3B4210-F441-11CE-B9EA-00AA006B1A69}&#8221;)<br />
    ClipboardData.GetFromClipboard<br />
.<br />
.<br />
.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
