<?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: Running a VBA form to access excel spreadsheet with excel application minimi in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135864#M69754</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6906062"&gt;@MCCJohnPetty&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;depending on how your code is structured, you may be able to fix this by bringing the Inventor application into the foreground (activate it) at a proper place in the code.. as workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Update, please try .update2 and .rebuild2&lt;BR /&gt;That usually worked for me then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 15:49:41 GMT</pubDate>
    <dc:creator>fullevent</dc:creator>
    <dc:date>2019-11-08T15:49:41Z</dc:date>
    <item>
      <title>Running a VBA form to access excel spreadsheet with excel application minimized</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135443#M69752</link>
      <description>&lt;P&gt;I have a vba userform that accesses an embedded spreadsheet to drive a multibopy part design.&amp;nbsp; the issue is I do not want the excel application visible (minimized would suffice).&amp;nbsp; I am able to get the spreadsheet to not show (See snippet below), but I still get the excel application popping up.(see attached image.&lt;/P&gt;&lt;P&gt;Is there a way that I can get the excel application to "disappear" so that the end user only sees the form and the inventor application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set eApp = Excel.Application&lt;BR /&gt;With eApp&lt;BR /&gt;.Application.WindowState = xlMinimized&lt;BR /&gt;.Visible = False&lt;BR /&gt;.ScreenUpdating = False&lt;BR /&gt;.WindowState = xlMinimized&lt;BR /&gt;End With&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:10:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135443#M69752</guid>
      <dc:creator>MCCJohnPetty</dc:creator>
      <dc:date>2019-11-08T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running a VBA form to access excel spreadsheet with excel application minimi</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135490#M69753</link>
      <description>&lt;P&gt;Another question in regards to the vba userform:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way that I can code in the ability for the ipt to do a local update (or global update)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have this&amp;nbsp; "ThisApplication.ActiveDocument.Update" at the bottom of my build code, but it doesn't seem to work as expected.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:32:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135490#M69753</guid>
      <dc:creator>MCCJohnPetty</dc:creator>
      <dc:date>2019-11-08T13:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running a VBA form to access excel spreadsheet with excel application minimi</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135864#M69754</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6906062"&gt;@MCCJohnPetty&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;depending on how your code is structured, you may be able to fix this by bringing the Inventor application into the foreground (activate it) at a proper place in the code.. as workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Update, please try .update2 and .rebuild2&lt;BR /&gt;That usually worked for me then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 15:49:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135864#M69754</guid>
      <dc:creator>fullevent</dc:creator>
      <dc:date>2019-11-08T15:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running a VBA form to access excel spreadsheet with excel application minimi</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135930#M69755</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I will try it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 16:07:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/running-a-vba-form-to-access-excel-spreadsheet-with-excel/m-p/9135930#M69755</guid>
      <dc:creator>MCCJohnPetty</dc:creator>
      <dc:date>2019-11-08T16:07:59Z</dc:date>
    </item>
  </channel>
</rss>

