<?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: jmp tabulate to excel in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77804#M36270</link>
    <description>Right the HTML looks good, but sometimes my colleagues will like to make some more metric out of it, meaning my output usually might not be the last stop.&lt;BR /&gt;You mentioned copy/paste to excel, however once I do that it will end up all in one column, not the right format. Though if I pasted it to Notes first, and then pasted it to excel, I do get the correct format, just without the frames.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joann&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Oct 2018 20:56:01 GMT</pubDate>
    <dc:creator>joann</dc:creator>
    <dc:date>2018-10-03T20:56:01Z</dc:date>
    <item>
      <title>jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77756#M36253</link>
      <description>&lt;P&gt;Is there an add-in that can export tabulate to excel?&lt;/P&gt;&lt;P&gt;I only found add-in that can export data table to excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 17:38:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77756#M36253</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T17:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77771#M36257</link>
      <description>&lt;P&gt;On the Tabulate red triangle menu you can select "Make Into Data Table".&amp;nbsp; Then, in the resulting table you can do File-&amp;gt;Save As and select Save As Type "Excel Workbook".&amp;nbsp; You didn't say what version you are running, or under what operating system, but this should be similar if you are using a Mac.&amp;nbsp; You would just need to use Export instead of File Save As.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 18:27:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77771#M36257</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2018-10-03T18:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77772#M36258</link>
      <description>Thank you Brian. Though if we do data table first, then we'll lost the tabulate format. Is there a way to export the tabulate as is?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joann</description>
      <pubDate>Wed, 03 Oct 2018 18:36:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77772#M36258</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T18:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77773#M36259</link>
      <description>I'm afraid there is not.&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 18:41:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77773#M36259</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2018-10-03T18:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77775#M36261</link>
      <description>&lt;P&gt;You can save the Tabulate output to a text file, which you can then bring into Excel.&amp;nbsp; Here is a simple illustration of saving the output to text&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );
tab = tb = Tabulate(
	Show Control Panel( 0 ),
	Add Table( Row Table( Grouping Columns( :age, :name ) ) ),
	Display Column Width( Row Label( "name" ), 70 )
);
Report( tb )[tabulatebox( 1 )] &amp;lt;&amp;lt; save text( "$TEMP/tab.txt" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 19:17:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77775#M36261</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-10-03T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77776#M36262</link>
      <description>Thank you Jim.&lt;BR /&gt;This might be a stupid question, but how do I open the txt correctly in excel with the original tabulate format? I opened it with excel but it appeared in only the first row, no the right format.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joann</description>
      <pubDate>Wed, 03 Oct 2018 19:35:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77776#M36262</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T19:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77788#M36263</link>
      <description>&lt;P&gt;I opened Excel, then went to File==&amp;gt;Open, and browsed to the text file.&amp;nbsp; Selected it and when the file was attempting to open, it brought up the Text Impor Wizard.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="textimportwizard.PNG" style="width: 650px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12676i9D105D8760AA099E/image-size/large?v=v2&amp;amp;px=999" role="button" title="textimportwizard.PNG" alt="textimportwizard.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and it then opened the file&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="exceltext.PNG" style="width: 270px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12677i11E4B0B7AE3556FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="exceltext.PNG" alt="exceltext.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 19:51:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77788#M36263</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-10-03T19:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77789#M36264</link>
      <description>&lt;P&gt;Can I ask why you want to export a Tabulate result in JMP to Excel? Reason I'm asking if it's just so a non JMP user can 'see' the tabulate report there are variety of means to accomplish this. Copy/paste to the destination Microsoft application can work. You can also get more elegant and publish a Web Report...so lots of ways to share your JMP discoveries with others...if that's the primary reason for getting JMP created content into other applications or file structures.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 19:57:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77789#M36264</guid>
      <dc:creator>Peter_Bartell</dc:creator>
      <dc:date>2018-10-03T19:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77791#M36265</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened the excel wizard, but mine looks different from yours as attached. And I don't have the 437 origin like you did. However I managed to paste it to Notes first and then paste it to excel and it worked. Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joann&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-03 at 4.00.31 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12678iC8438403525E1EF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-10-03 at 4.00.31 PM.png" alt="Screen Shot 2018-10-03 at 4.00.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 20:03:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77791#M36265</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T20:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77793#M36267</link>
      <description>Right. My work requires me to provide analysis in excel by tabs as a routine. So I'm trying to find a way to automate it.</description>
      <pubDate>Wed, 03 Oct 2018 20:06:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77793#M36267</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77794#M36268</link>
      <description>&lt;P&gt;It's still not 100% clear what your end goal is with respect to the JMP output. When you say you need to produce the report as tabs in Excel, I'm interpreting that as you need to show the JMP Tabulate report as content in a seperate and distinct Excel tab. If my interpretation is correct, one way you could do this besides those I've mentioned above is to save the JMP Tabulate report as an Interactive or static HTML object. Then you can embed each object within a tab in Excel...then all someone needs is a web browser to open each object and what the Excel user will 'see' is the Tabulate report output.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 20:21:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77794#M36268</guid>
      <dc:creator>Peter_Bartell</dc:creator>
      <dc:date>2018-10-03T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77803#M36269</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12917"&gt;@joann&lt;/a&gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If all you wanted is the result of JMP tabulation in Excel&amp;nbsp; repeatedly, would something like this work ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Car Poll.jmp" );
dt1 = (dt &amp;lt;&amp;lt; Tabulate(
	Add Table(
		Column Table( Grouping Columns( :sex, :marital status ) ),
		Row Table( Grouping Columns( :country, :size ) )
	)
)) &amp;lt;&amp;lt; Make Into Data Table;
dt1 &amp;lt;&amp;lt; Set Name("TabulateResults");

Create Excel Workbook( "c:\MyWorkbook.xlsx", {"TabulateResults"} );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 20:54:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77803#M36269</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-10-03T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77804#M36270</link>
      <description>Right the HTML looks good, but sometimes my colleagues will like to make some more metric out of it, meaning my output usually might not be the last stop.&lt;BR /&gt;You mentioned copy/paste to excel, however once I do that it will end up all in one column, not the right format. Though if I pasted it to Notes first, and then pasted it to excel, I do get the correct format, just without the frames.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joann&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 20:56:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77804#M36270</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T20:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77807#M36271</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6696"&gt;@uday_guntupalli&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;However with the script you provide the output looks like the below, first screenshot; while I'm looking to output the table in the second screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joann&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-03 at 4.58.27 PM.png" style="width: 694px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12679i8988E6D238211306/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-10-03 at 4.58.27 PM.png" alt="Screen Shot 2018-10-03 at 4.58.27 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-10-03 at 4.58.23 PM.png" style="width: 802px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12680i3AA3EB78729E1A64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-10-03 at 4.58.23 PM.png" alt="Screen Shot 2018-10-03 at 4.58.23 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 21:00:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77807#M36271</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-03T21:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77808#M36272</link>
      <description>That would require the generation of a full Excel formatted file, since it includes spanning columns, etc.</description>
      <pubDate>Wed, 03 Oct 2018 21:40:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77808#M36272</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-10-03T21:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77926#M36296</link>
      <description>Thank you Jim! So this is not possible in JMP?</description>
      <pubDate>Thu, 04 Oct 2018 15:51:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77926#M36296</guid>
      <dc:creator>joann</dc:creator>
      <dc:date>2018-10-04T15:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77999#M36327</link>
      <description>&lt;P&gt;Since you did not specify, which summary statistics that you are using or your JMP version, this might not work for you. If your JMP includes the &lt;STRONG&gt;Categorical&lt;/STRONG&gt; platform, and you can create your tabulate table using Categorical, there is an option to &lt;STRONG&gt;Save Excel File()&lt;/STRONG&gt;. An example script, the JMP output and the Excel file are displayed below.&amp;nbsp; The shading is not saved, and if labels are long they are rotated, but the structure remains.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is just an FYI for a possible alternative.&amp;nbsp; I have not used Categorical much, I know N, Means, Std Dev, % Response are available. However, I have not investigated quantiles and other statistics.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
dt = Open( "$SAMPLE_DATA/Car Poll.jmp" );
obj = dt &amp;lt;&amp;lt; Categorical(
	Structured( :sex * :marital status, :country * :size ),
	Share Of Responses( 0 ),
	Share Chart( 0 ),
	Legend( 0 ),
	Total Responses( 0 )
);
obj &amp;lt;&amp;lt; Save Excel File(
	"c:/temp/jmp_to_excel_categorical.xlsx",
	Separate Rows for Each Cell Statistic( 0 )
);

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Categorical Report" style="width: 430px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12698iBBE1D482A77EE26B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="JMP Categorical Report" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JMP Categorical Report&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Saved Excel File" style="width: 839px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12699i572AA422D25AD37F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Saved Excel File" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Saved Excel File&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:16:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/77999#M36327</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-10-05T07:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: jmp tabulate to excel</title>
      <link>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/78138#M36349</link>
      <description>&lt;P&gt;This is an extension of Peter Bartell's suggestion: save the journal as HTML.&amp;nbsp; This script adds the JSL that uses &lt;STRONG&gt;Run Program()&lt;/STRONG&gt; with wscript&amp;nbsp; (that runs vbscript) to import the saved HTML file and do some formatting.&amp;nbsp; It is a modification of example #3 in the script 9_RunProgram.jsl from &lt;U&gt;JSL Companion, Applications of the JMP Scripting Language, 2nd edition&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;The script is attached.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);

dt = Open( "$SAMPLE_DATA/Car Poll.jmp" );
obj = dt &amp;lt;&amp;lt; Tabulate(
	Show Control Panel( 0 ),
	Add Table(
		Column Table( Grouping Columns( :sex, :marital status ) ),
		Row Table( Grouping Columns( :country, :size ) )
	)
);

dt1 = obj &amp;lt;&amp;lt; Make into Data Table;
nc = ncol(dt1);
Close(dt1,NoSave);


//===== the code below will import the saved html into Excel =====

//assume &amp;lt; 26*26 columns
_alph = Words("ABCDEFGHIJKLMNOPQRSTUVWXYZ","");
_lc = if(nc&amp;lt;27 , _alph[nc],
       _alph[floor((nc-1)/26)] || if(mod(nc,26)==0,"Z", _alph[mod(nc,26)])
      ); 
new window("Tabulate", &amp;lt;&amp;lt;Journal);
obj &amp;lt;&amp;lt; Journal();

_htmfid = "C:\TEMP\car_tabulate.htm";
_xlsfid = "C:\TEMP\car_tabulate.xlsx";

current journal() &amp;lt;&amp;lt; Save HTML(_htmfid);

cmdList={ 
"On Error Goto 0  'stop the error handler",
"Dim xlApp",
"\[Set xlApp = CreateObject("Excel.Application")]\",
"xlApp.Visible=True",
"\[xlApp.Workbooks.Open ("^_htmfid^")]\",
"xlApp.Rows.WrapText = False",
"xlApp.Wait Now + #0:00:03#",
"\[xlApp.Columns("A:^_lc^").Select]\",
"xlApp.Selection.Columns.Autofit",
"xlApp.Cells(1, 1).Select",
"\[xlApp.ActiveWorkbook.SaveAs ("^_xlsfid^"), 51]\",
"xlApp.Quit"
};

vbsTxt = concat items(cmdList, "\!N"); //add new lines aka CR 
vbsTxt = EvalInsert(vbsTxt); //insert the values for _lc, _htmfid, _xlsfid
Save Text File( "c:\temp\jj1.vbs" , vbsTxt);

rp3 = RunProgram(Executable("wscript"),
	   Options("c:\temp\jj1.vbs"),
	   ReadFunction("text")
);

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Here is a screen shot of the Excel file. It is a standard Excel file with merged cells for row and column headers and values in&amp;nbsp; cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12710i15DB01CE9AA37ABC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 10:33:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/jmp-tabulate-to-excel/m-p/78138#M36349</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-10-06T10:33:37Z</dc:date>
    </item>
  </channel>
</rss>

