<?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: VBA text to parameter in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5669478#M56516</link>
    <description>&lt;P&gt;&lt;A href="http://modthemachine.typepad.com/files/ipropertiesandparameters.pdf" target="_blank"&gt;http://modthemachine.typepad.com/files/ipropertiesandparameters.pdf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2015 06:21:10 GMT</pubDate>
    <dc:creator>GeorgK</dc:creator>
    <dc:date>2015-06-09T06:21:10Z</dc:date>
    <item>
      <title>VBA text to parameter</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5662189#M56341</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to pass VBA userform TEXT to Inventor Parameters (NOT custom iProperties). Below is what I use to pass VALUES.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Sub param_Change(paramName As String, paramValue)

    'Get the Parameters Object. Assumes a Part or Assembly document as active
    Dim oParam As Parameter
    Set oParam = ThisApplication.ActiveDocument.ComponentDefinition.Parameters

    'Get the Parameter required
    Dim oParamName As Parameters
    Set oParamName = oParam.Item(paramName)

    'Change the equation of parameter
    oParamName.Expression = paramValue

    'Update document
    ThisApplication.ActiveDocument.Update

End Sub&lt;/PRE&gt;
&lt;P&gt;How can I change this to pass TEXT and VALUES?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 04:57:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5662189#M56341</guid>
      <dc:creator>Jacques.Grobler</dc:creator>
      <dc:date>2015-06-03T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: VBA text to parameter</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5662370#M56366</link>
      <description>&lt;P&gt;Anyone with advise out there please?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:08:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5662370#M56366</guid>
      <dc:creator>Jacques.Grobler</dc:creator>
      <dc:date>2015-06-03T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: VBA text to parameter</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5667886#M56482</link>
      <description>Ok, since there was no alternative options given, I have opted to move the TEXT to iProperties and only have VALUES under the parameters, this seems to have resolved my issue</description>
      <pubDate>Mon, 08 Jun 2015 05:04:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5667886#M56482</guid>
      <dc:creator>Jacques.Grobler</dc:creator>
      <dc:date>2015-06-08T05:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: VBA text to parameter</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5668386#M56489</link>
      <description>From the API help:&lt;BR /&gt;Parameter.Expression&lt;BR /&gt;Property that allows you to get and set the equation associated with the parameter. Depending on the type of parameter, this property may not be writable.</description>
      <pubDate>Mon, 08 Jun 2015 13:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5668386#M56489</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2015-06-08T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: VBA text to parameter</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5669478#M56516</link>
      <description>&lt;P&gt;&lt;A href="http://modthemachine.typepad.com/files/ipropertiesandparameters.pdf" target="_blank"&gt;http://modthemachine.typepad.com/files/ipropertiesandparameters.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 06:21:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/vba-text-to-parameter/m-p/5669478#M56516</guid>
      <dc:creator>GeorgK</dc:creator>
      <dc:date>2015-06-09T06:21:10Z</dc:date>
    </item>
  </channel>
</rss>

