<?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: COM/ActiveX tips &#038; tricks	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/com-activex-tips/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/com-activex-tips?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=com-activex-tips</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 07 Feb 2018 20:05:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/com-activex-tips#comment-418987</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 07 Feb 2018 20:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1781#comment-418987</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/com-activex-tips#comment-418953&quot;&gt;Gary Roth&lt;/a&gt;.

@Gary - MathWorks constantly change their website without bothering to redirect the old webpages to their new URLs. This is yet another example of this. I fixed the link that you mentioned to the new URL (hopefully it will not be changed again in the near future, but who know). Unfortunately, all the other links in the article that lead to MathWorks webpage are also broken, and I have not fixed them. If anyone has time to search for the new URLs and email me, then I will update them.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/com-activex-tips#comment-418953">Gary Roth</a>.</p>
<p>@Gary &#8211; MathWorks constantly change their website without bothering to redirect the old webpages to their new URLs. This is yet another example of this. I fixed the link that you mentioned to the new URL (hopefully it will not be changed again in the near future, but who know). Unfortunately, all the other links in the article that lead to MathWorks webpage are also broken, and I have not fixed them. If anyone has time to search for the new URLs and email me, then I will update them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gary Roth		</title>
		<link>https://undocumentedmatlab.com/articles/com-activex-tips#comment-418953</link>

		<dc:creator><![CDATA[Gary Roth]]></dc:creator>
		<pubDate>Tue, 06 Feb 2018 19:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1781#comment-418953</guid>

					<description><![CDATA[I tried to follow the &quot;well documented&quot; link (https://www.mathworks.com/help/matlab/matlab_external/brd4at8.html) and received the message &quot;The page you were looking for does not exist. Use the search box or browse topics below to find the page you were looking for.&quot;]]></description>
			<content:encoded><![CDATA[<p>I tried to follow the &#8220;well documented&#8221; link (<a href="https://www.mathworks.com/help/matlab/matlab_external/brd4at8.html" rel="nofollow ugc">https://www.mathworks.com/help/matlab/matlab_external/brd4at8.html</a>) and received the message &#8220;The page you were looking for does not exist. Use the search box or browse topics below to find the page you were looking for.&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/com-activex-tips#comment-418634</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 09:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1781#comment-418634</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/com-activex-tips#comment-418626&quot;&gt;Manju&lt;/a&gt;.

@Manju - you can start the Excel Macro Recorder, then do whatever you want in Excel, then stop the recording, view the resulting VB code (using Alt-F8 or the Macros menu), and then convert that VB code into corresponding Matlab code (a process called &quot;Matlabization&quot;).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/com-activex-tips#comment-418626">Manju</a>.</p>
<p>@Manju &#8211; you can start the Excel Macro Recorder, then do whatever you want in Excel, then stop the recording, view the resulting VB code (using Alt-F8 or the Macros menu), and then convert that VB code into corresponding Matlab code (a process called &#8220;Matlabization&#8221;).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manju		</title>
		<link>https://undocumentedmatlab.com/articles/com-activex-tips#comment-418626</link>

		<dc:creator><![CDATA[Manju]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 04:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1781#comment-418626</guid>

					<description><![CDATA[Hi, 
How do we click on a excel user form using matlab actxserver? Using &lt;code&gt;workbooks.Worksheet.Item(userformName)&lt;/code&gt; is not working...]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
How do we click on a excel user form using matlab actxserver? Using <code>workbooks.Worksheet.Item(userformName)</code> is not working&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaideep		</title>
		<link>https://undocumentedmatlab.com/articles/com-activex-tips#comment-398736</link>

		<dc:creator><![CDATA[Jaideep]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 13:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1781#comment-398736</guid>

					<description><![CDATA[How do i stack an activeX control(Windows Media player) behind an axes?
I want my axes to appear on top of my activex control i.e. windows media player in my case? My guide however is not allowing me to do this inspite of selecting &#039;Bring to front&#039; or &#039;Send to Back&#039; option. The axes is always stuck behind my active x control.
Thank you in advance.]]></description>
			<content:encoded><![CDATA[<p>How do i stack an activeX control(Windows Media player) behind an axes?<br />
I want my axes to appear on top of my activex control i.e. windows media player in my case? My guide however is not allowing me to do this inspite of selecting &#8216;Bring to front&#8217; or &#8216;Send to Back&#8217; option. The axes is always stuck behind my active x control.<br />
Thank you in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason		</title>
		<link>https://undocumentedmatlab.com/articles/com-activex-tips#comment-13806</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1781#comment-13806</guid>

					<description><![CDATA[Hi Yair,

Two comments here.  First, there actually &lt;i&gt;is&lt;/i&gt; a way to use the VB syntax via the verbose get and set.  To use the context of your example:

&lt;pre lang=&quot;matlab&quot;&gt;
hSheet = get(hWorkbook,&#039;Worksheets&#039;,2);
&lt;/pre&gt;

Secondly, I have found the Microsoft developer resources pretty useful for finding enumerated values.  Most of the time, they will list the numeric value next to the enumerated name.  It&#039;s pretty well laid out, except for using links instead of a tree view.  Here is the link to the one for Excel:

http://msdn.microsoft.com/en-us/library/bb149081.aspx]]></description>
			<content:encoded><![CDATA[<p>Hi Yair,</p>
<p>Two comments here.  First, there actually <i>is</i> a way to use the VB syntax via the verbose get and set.  To use the context of your example:</p>
<pre lang="matlab">
hSheet = get(hWorkbook,'Worksheets',2);
</pre>
<p>Secondly, I have found the Microsoft developer resources pretty useful for finding enumerated values.  Most of the time, they will list the numeric value next to the enumerated name.  It&#8217;s pretty well laid out, except for using links instead of a tree view.  Here is the link to the one for Excel:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb149081.aspx" rel="nofollow ugc">http://msdn.microsoft.com/en-us/library/bb149081.aspx</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
