<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/159167</link>
    <title>MATLAB Central Newsreader - Excel Through ActiveX - Command list?</title>
    <description>Feed for thread: Excel Through ActiveX - Command list?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 12 Nov 2007 11:18:24 -0500</pubDate>
      <title>Excel Through ActiveX - Command list?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/159167#400817</link>
      <author>James Delph</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I'm working with Matlab and I'm trying to automate a &lt;br&gt;
report creation. All suggested builtin functions can't &lt;br&gt;
help me because this report is very non-standart.&lt;br&gt;
&lt;br&gt;
Do you know where I can find the command list that &lt;br&gt;
corresponds to Excel?&lt;br&gt;
(i.e: to create a black border around a cell selsction, &lt;br&gt;
the Matlab syntax would be: &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ActivesheetRange.Borders.Weight=2;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ActivesheetRange.Borders.LineStyle=1;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ActivesheetRange.Borders.ColorIndex=1;&lt;br&gt;
)&lt;br&gt;
&lt;br&gt;
What other commands are available?&lt;br&gt;
Thanks!</description>
    </item>
    <item>
      <pubDate>Tue, 13 Nov 2007 19:11:46 -0500</pubDate>
      <title>Re: Excel Through ActiveX - Command list?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/159167#401104</link>
      <author>Chris </author>
      <description>&quot;James Delph&quot; &amp;lt;ziv_parizat@amat.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fh9cq0$l0k$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'm working with Matlab and I'm trying to automate a &lt;br&gt;
&amp;gt; report creation. All suggested builtin functions can't &lt;br&gt;
&amp;gt; help me because this report is very non-standart.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Do you know where I can find the command list that &lt;br&gt;
&amp;gt; corresponds to Excel?&lt;br&gt;
&amp;gt; (i.e: to create a black border around a cell selsction, &lt;br&gt;
&amp;gt; the Matlab syntax would be: &lt;br&gt;
&amp;gt;         ActivesheetRange.Borders.Weight=2;&lt;br&gt;
&amp;gt;         ActivesheetRange.Borders.LineStyle=1;&lt;br&gt;
&amp;gt;         ActivesheetRange.Borders.ColorIndex=1;&lt;br&gt;
&amp;gt; )&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; What other commands are available?&lt;br&gt;
&amp;gt; Thanks!&lt;br&gt;
&lt;br&gt;
James,&lt;br&gt;
&lt;br&gt;
My standard answer to this type of question is to proto the&lt;br&gt;
commands in excel/vba thru a macro.  Then examine the macro&lt;br&gt;
and search VB help to determine the underlying constants. &lt;br&gt;
Then translate the whole bit to matlab syntax.&lt;br&gt;
&lt;br&gt;
-Chris</description>
    </item>
  </channel>
</rss>

