<?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: Excel from journal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771898#M95250</link>
    <description>&lt;P&gt;I want to open the file in Excel&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 07:49:38 GMT</pubDate>
    <dc:creator>drdrf</dc:creator>
    <dc:date>2024-07-10T07:49:38Z</dc:date>
    <item>
      <title>Excel from journal</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771831#M95236</link>
      <description>&lt;P&gt;Is there a way to link to an excel file from journal so that the link opens the excel file?&amp;nbsp; I am probably missing something very obvious, but every way I have tried results in JMP trying to import the excel spreadsheet into a new JMP data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using JMP 17.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 23:57:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771831#M95236</guid>
      <dc:creator>drdrf</dc:creator>
      <dc:date>2024-07-09T23:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Excel from journal</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771841#M95237</link>
      <description>&lt;P&gt;Do you want to open the Excel file as a JMP data table, or do you want to open the Excel file in Excel?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 01:00:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771841#M95237</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-07-10T01:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel from journal</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771898#M95250</link>
      <description>&lt;P&gt;I want to open the file in Excel&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:49:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771898#M95250</guid>
      <dc:creator>drdrf</dc:creator>
      <dc:date>2024-07-10T07:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel from journal</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771919#M95252</link>
      <description>&lt;P&gt;One option is to use &lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application#ww2817990" target="_blank" rel="noopener"&gt;Web()&lt;/A&gt; command for that&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

nw = New Window("",
	Button Box("Open",
		Web("$SAMPLE_IMPORT_DATA/Team Results.xlsx")
	)
);

nw &amp;lt;&amp;lt; journal;
nw &amp;lt;&amp;lt; close window;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application#ww4547957" target="_blank" rel="noopener"&gt;Run Program()&lt;/A&gt;&amp;nbsp;is a good other option but it is more complicated to use&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 09:00:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-from-journal/m-p/771919#M95252</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-10T09:00:37Z</dc:date>
    </item>
  </channel>
</rss>

