<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Writing vb script into an Excel file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158504#M11932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not use ExcelXpm to create &lt;SPAN style="color: #4f4f4f;"&gt;&lt;A href="http://www.rasteredge.com/how-to/vb-net-imaging/excel-get-to-start/"&gt;&lt;SPAN style="color: #4f4f4f;"&gt;Excel file&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; so I do not know whether following code is what you are looking for. Hope it can offer you some useful information to help you finish your&lt;SPAN style="color: #4f4f4f;"&gt; &lt;A href="http://www.rasteredge.com/how-to/vb-net-imaging/excel-reading/"&gt;&lt;SPAN style="color: #4f4f4f;"&gt;Excel reading&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; application.&lt;/P&gt;&lt;P&gt;You can find the code at this page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/1537810/vbscript-to-write-a-macro-within-an-excel-file" title="http://stackoverflow.com/questions/1537810/vbscript-to-write-a-macro-within-an-excel-file"&gt;VBScript to Write a Macro within an Excel file - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Feb 2014 03:31:31 GMT</pubDate>
    <dc:creator>mattyclown</dc:creator>
    <dc:date>2014-02-08T03:31:31Z</dc:date>
    <item>
      <title>Writing vb script into an Excel file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158502#M11930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use ExcelXp to write some vb macros into the Excel file at the time it is created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example, would I be able to create an Excel file with this Macro pre-written in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Macro()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sheets(1).Select&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 16:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158502#M11930</guid>
      <dc:creator>Airgonomike</dc:creator>
      <dc:date>2014-01-31T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Writing vb script into an Excel file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158503#M11931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is a question for Tech Support. I know that with some of the tagset templates, especially the ones designed for Excel, it is possible to use an Excel macro. I am not so sure about VB. The tagsets.tableeditor template, for example uses embedded JavaScript code to take an HTML file and write it to Excel. But, I don't know how "modifiable" the JavaScript is or whether you can substitute VB instead. Really a question for the tagset templates and VB experts in Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 23:08:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158503#M11931</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-01-31T23:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Writing vb script into an Excel file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158504#M11932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not use ExcelXpm to create &lt;SPAN style="color: #4f4f4f;"&gt;&lt;A href="http://www.rasteredge.com/how-to/vb-net-imaging/excel-get-to-start/"&gt;&lt;SPAN style="color: #4f4f4f;"&gt;Excel file&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; so I do not know whether following code is what you are looking for. Hope it can offer you some useful information to help you finish your&lt;SPAN style="color: #4f4f4f;"&gt; &lt;A href="http://www.rasteredge.com/how-to/vb-net-imaging/excel-reading/"&gt;&lt;SPAN style="color: #4f4f4f;"&gt;Excel reading&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; application.&lt;/P&gt;&lt;P&gt;You can find the code at this page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/1537810/vbscript-to-write-a-macro-within-an-excel-file" title="http://stackoverflow.com/questions/1537810/vbscript-to-write-a-macro-within-an-excel-file"&gt;VBScript to Write a Macro within an Excel file - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 03:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Writing-vb-script-into-an-Excel-file/m-p/158504#M11932</guid>
      <dc:creator>mattyclown</dc:creator>
      <dc:date>2014-02-08T03:31:31Z</dc:date>
    </item>
  </channel>
</rss>

