<?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 in Mathcad in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873848#M206595</link>
    <description>&lt;P&gt;Thank &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp;for the information I misread Helpcenter. I wanted to add the value from excel to Mathcad prime make the calculation without opening the worksheet in Mathcad prime and return the result to same or different excel file do you think it is doable in prime based on some sort of script?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 20:02:32 GMT</pubDate>
    <dc:creator>JM_10241707</dc:creator>
    <dc:date>2023-05-05T20:02:32Z</dc:date>
    <item>
      <title>Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873236#M206548</link>
      <description>&lt;P&gt;I want to get the input from excel do the calculation in Mathcad prime and return the output to same excel sheet is it possible.&lt;/P&gt;&lt;P&gt;&lt;FONT color="headerbuttontrackingcode"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 17:13:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873236#M206548</guid>
      <dc:creator>JM_10241707</dc:creator>
      <dc:date>2023-05-03T17:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873248#M206549</link>
      <description>&lt;P&gt;You may use the READEXCEL() and WRITEEXCEL() functions. Look them up in the help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 18:15:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873248#M206549</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2023-05-03T18:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873262#M206550</link>
      <description>&lt;P&gt;I tried to look into Helpcenter but not getting the expected results maybe I am doing something wrong&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JM_10241707_0-1683143235182.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/81370i91B63D632158A681/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JM_10241707_0-1683143235182.png" alt="JM_10241707_0-1683143235182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to write result D in specific cell of excel that I am unable to do&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 19:47:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873262#M206550</guid>
      <dc:creator>JM_10241707</dc:creator>
      <dc:date>2023-05-03T19:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873278#M206551</link>
      <description>&lt;P&gt;Read the help info on WRITEEXCEL again to see what you should do to write data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 20:34:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873278#M206551</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2023-05-03T20:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873279#M206552</link>
      <description>&lt;P&gt;Which cell? B6 ?&lt;/P&gt;
&lt;P&gt;use something like&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1683146471125.png" style="width: 560px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/81377iC37C1C713F35D26A/image-dimensions/560x31?v=v2" width="560" height="31" role="button" title="Werner_E_0-1683146471125.png" alt="Werner_E_0-1683146471125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The assignment to a dummy variable is only necessary for the function WRITEEXCEL to actually execute.&lt;/P&gt;
&lt;P&gt;You may as well write WRITEEXCEL( ....) =&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Always attach your sheet and state, which version of Prime you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 20:42:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873279#M206552</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2023-05-03T20:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873848#M206595</link>
      <description>&lt;P&gt;Thank &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp;for the information I misread Helpcenter. I wanted to add the value from excel to Mathcad prime make the calculation without opening the worksheet in Mathcad prime and return the result to same or different excel file do you think it is doable in prime based on some sort of script?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 20:02:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873848#M206595</guid>
      <dc:creator>JM_10241707</dc:creator>
      <dc:date>2023-05-05T20:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in Mathcad</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873856#M206597</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/545934"&gt;@JM_10241707&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp;for the information I misread Helpcenter. I wanted to add the value from excel to Mathcad prime make the calculation without opening the worksheet in Mathcad prime and return the result to same or different excel file do you think it is doable in prime based on some sort of script?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Doing calculations in Prime without opening Prime?? You'd like to call Prime from within a VB script from within Excel, I guess. Thats possible to do using the Prime API. I have no experience in doing so, so i can't help any further.&lt;/P&gt;
&lt;P&gt;Just look up&amp;nbsp; the informations in the help and I also remember a couple of threads here in the forum dealing with the subject.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.ptc.com/help/mathcad/r9.0/en/index.html?_gl=1*nnu2as*_ga*MTgwMDIwMzM2MS4xNjY4NzQxNjk0*_ga_1QBT6P6HR1*MTY4MzMyOTcwNi44OTAuMS4xNjgzMzMyMzM3LjAuMC4w#page/PTC_Mathcad_Help/API/mathcad_and_automation_api.html" target="_blank"&gt;Automation API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mathcad.com/en/blogs/getting-started-mathcad-api?_gl=1*1pk3e1i*_ga*MTgwMDIwMzM2MS4xNjY4NzQxNjk0*_ga_1QBT6P6HR1*MTY4MzMyOTcwNi44OTAuMS4xNjgzMzMyMjIyLjAuMC4w" target="_blank" rel="noopener"&gt;Getting Started with the PTC Mathcad API | PTC | Mathcad&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.ptc.com/t5/Mathcad/Prime-8-Cant-use-API-with-Excel/m-p/840747" target="_blank" rel="noopener"&gt;Solved: Prime 8: Cant use API with Excel - PTC Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.ptc.com/t5/Mathcad/API-Excel-and-Prime-VBA-timing-issues/m-p/773081" target="_blank" rel="noopener"&gt;Solved: API: Excel and Prime. VBA timing issues? - PTC Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 00:20:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Excel-in-Mathcad/m-p/873856#M206597</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2023-05-06T00:20:37Z</dc:date>
    </item>
  </channel>
</rss>

