<?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: A Bit (or a Lot) of Help Please in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425113#M82387</link>
    <description>&lt;P&gt;If you right click on UserForm1 and click on "View Code" you'll see all the other code. The "Me" in "Me.Label1.Caption" is the UserForm1. I didn't rename all the buttons like I should because I was in a hurry but each button just adds another word to the end of Label1. Button6 does all the real work from there.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 16:48:22 GMT</pubDate>
    <dc:creator>clutsa</dc:creator>
    <dc:date>2018-11-26T16:48:22Z</dc:date>
    <item>
      <title>A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8375848#M82369</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have asked a couple of "Experts the same question, but no joy so I am throwing this out to the community for any help I can get.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help me out here, I have been searching the forums for an answer to a problem that I have created and want to solve, but I think that this means going into the API which is another minefield.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found some possible partial solutions, but they do not really work for what I am trying to achieve and being new to ilogic, find myself going around in circles. So if you can help me, my problem is below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp;set up a rule that will "Inspect" each part within an assembly, check to see if it has a cut out, hole, slot, bevel etc and then make sure that the corresponding description is in the Custom iProperties and if not, put it there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also need this to run on any assembly, no assemblies with an assembly included and never more than 15 parts within that assembly and all of the parts are a minimum of 15mm thick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets say I have an assembly, and within that assembly I have....&lt;/P&gt;&lt;P&gt;1 part has a Radius on a corner, that would be placed into a custom iproperty "Desc2" as "Rout/"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Chamfer or extrusion on a corner, that would be placed into a custom iproperty "Desc2" as " "Bevel/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Hole up to&amp;nbsp;10mm&amp;nbsp;in the part, that would be placed into a custom iproperty "Desc2" as "Drill/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Hole&amp;nbsp;larger than&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;10mm&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;n the part, that would be placed into a custom iproperty "Desc2" as "Rout&lt;/SPAN&gt;&lt;SPAN&gt;/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;iFeature or Punch Tool&amp;nbsp;in the part, that would be placed into a custom iproperty "Desc2" as "Slot/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Extruded cutout&amp;nbsp;in the part, that would be placed into a custom iproperty "Desc2" as "Rout/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;nothing (other that width thickness and depth), that would be leave the "Desc2" in iProperties as blank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As I have said, I have searched the forums and cannot find anything that really helps other than sending me around in circles, or it may simply be not asking the right question,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I dont know if I am explaining myself very well, so please let me know if not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you could help, I would be most grateful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Oh, one other thing, I work away from home so only get to do this at the weekends so any replies from me will be late in most cases, so apologies&amp;nbsp;in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your time&amp;nbsp; and effort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 10:33:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8375848#M82369</guid>
      <dc:creator>simon4D86F</dc:creator>
      <dc:date>2018-11-02T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8376424#M82370</link>
      <description>&lt;P&gt;This will get you started...&lt;/P&gt;&lt;PRE&gt;Dim app As Inventor.Application = ThisApplication
Dim doc As AssemblyDocument = app.ActiveDocument
Dim compDef As ComponentDefinition = doc.ComponentDefinition
Dim Occ As ComponentOccurrence
For Each Occ In compDef.Occurrences
	Dim PDoc As PartDocument = Occ.Definition.Document
	'Dim PartFeatures As Features = PDoc.ComponentDefinition.Features
	Dim Desc2 As String
	For Each Feat In PDoc.ComponentDefinition.Features
		'your code to look for features and fill in Desc2
		Desc2 = "Changed" 'this will change based on your code
	Next
	
	'after feature is found
	If PDoc.PropertySets("Inventor User Defined Properties").Item("Desc2") Is Nothing Then
		PDoc.PropertySets("Inventor User Defined Properties").Add(Desc2, "Desc2")
	Else
		PDoc.PropertySets("Inventor User Defined Properties").Item("Desc2").Value = Desc2
	End If
Next&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:26:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8376424#M82370</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-02T14:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8376475#M82371</link>
      <description>&lt;P&gt;There are a lot of steps take for this rule to basically scan down through every feature and if necessary every sketch feature.&amp;nbsp; The main dependent is how the parts are designed, if everything is driven by sketches, it'd be insanely difficult or probably impossible to determine if a curve in a sketch is for a hole, a slot, a round, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For best practice, I'd recommend you make sure they're used in specific features, i.e. always use the round or chamfer tool instead of using a sketched extrusion to make the same feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way you can track by the features of the part to determine your iProperties instead of going through sketches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like it's all going to one Custom iProperty with a / to denote each manufacturing step.&amp;nbsp; Is this going to be the case in the final rule?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8376475#M82371</guid>
      <dc:creator>philip1009</dc:creator>
      <dc:date>2018-11-02T14:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8376642#M82372</link>
      <description>&lt;P&gt;Hi Philip 1009&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;None of the options are covered by sketches, everything is done by the Fillet tool, Hole tool etc.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 15:40:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8376642#M82372</guid>
      <dc:creator>simon4D86F</dc:creator>
      <dc:date>2018-11-02T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8377008#M82373</link>
      <description>&lt;P&gt;Here's a bit more help (maybe)&lt;/P&gt;&lt;PRE&gt;Dim app As Inventor.Application = ThisApplication
Dim doc As AssemblyDocument = app.ActiveDocument
Dim compDef As ComponentDefinition = doc.ComponentDefinition
Dim Occ As ComponentOccurrence
For Each Occ In compDef.Occurrences
	Dim PDoc As PartDocument = Occ.Definition.Document
	Dim Desc2 As String
	For Each Feat In PDoc.ComponentDefinition.Features
		Select Case Feat.Type 
		Case = ObjectTypeEnum.kHoleFeatureObject
			Desc2 = "Drill/"
		Case = ObjectTypeEnum.kFilletFeatureObject
			Desc2 = "Rout/"
		Case = ObjectTypeEnum.kChamferFeaturesObject
			Desc2 = "Bevel/"
		'Case = you get the idea
		End Select
		'Note: this will only record the last feature if you want to make a sting of all the steps use _
		'Desc2 = Desc2 &amp;amp; "Whatever/" then you'll get Drill/Rout/Bevel in the end
	Next
	
	'after feature is found
	If PDoc.PropertySets("Inventor User Defined Properties").Item("Desc2") Is Nothing Then
		PDoc.PropertySets("Inventor User Defined Properties").Add(Desc2, "Desc2")
	Else
		PDoc.PropertySets("Inventor User Defined Properties").Item("Desc2").Value = Desc2
	End If
Next&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Nov 2018 18:30:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8377008#M82373</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-02T18:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8377083#M82374</link>
      <description>&lt;P&gt;It will be difficult to check if an extrusion is a chamfer.&lt;/P&gt;&lt;P&gt;Program will see extrusion, won't know if its at corner.&lt;/P&gt;&lt;P&gt;So if someone sketch a profile with radius and chamfer, the program will not see them.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 19:12:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8377083#M82374</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2018-11-02T19:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8379535#M82375</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6278838"&gt;@simon4D86F&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please provide assembly which contains all feature mentioned below? Please make sure that files are non confidential.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 part has a Radius on a corner, that would be placed into a custom iproperty "Desc2" as "Rout/"&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Chamfer or extrusion on a corner, that would be placed into a custom iproperty "Desc2" as " "Bevel/"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Hole up to&amp;nbsp;10mm&amp;nbsp;in the part, that would be placed into a custom iproperty "Desc2" as "Drill/"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Hole&amp;nbsp;larger than&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;10mm&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;n the part, that would be placed into a custom iproperty "Desc2" as "Rout&lt;/SPAN&gt;&lt;SPAN&gt;/"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;iFeature or Punch Tool&amp;nbsp;in the part, that would be placed into a custom iproperty "Desc2" as "Slot/"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;Extruded cutout&amp;nbsp;in the part, that would be placed into a custom iproperty "Desc2" as "Rout/"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1 part has a&amp;nbsp;nothing (other that width thickness and depth), that would be leave the "Desc2" in iProperties as blank&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It would be convenient to test all features.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 04:33:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8379535#M82375</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2018-11-05T04:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8394557#M82376</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help so far, what you have supplied me is outside my understanding at the moment, but I am learning.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Clutsa&lt;/SPAN&gt;, your solution works up to a point, I tried various things to include the punch tools, but that was a massive failure, but I will continue to try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Chandra, you asked for some examples etc, so I have included them below, hopefully, this will give you a better understanding of what I am trying to achieve with everyone's help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2018 16:19:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8394557#M82376</guid>
      <dc:creator>simon4D86F</dc:creator>
      <dc:date>2018-11-11T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8400974#M82377</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6278838"&gt;@simon4D86F&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for late reply,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no direct Inventor API to identify slots&amp;nbsp;or cut outs. Suggestion from &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5352440"&gt;@clutsa&lt;/a&gt;&amp;nbsp;is helpful to a great extent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 11:00:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8400974#M82377</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2018-11-14T11:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8401458#M82378</link>
      <description>&lt;P&gt;Would a tool that looped thru the design tree and highlighted the different features and had a dialog box with all the options (and a skip button) you click to identify each feature work? Then once it was done it would build the string for you. It would need the user to make the call but would probably only take 30 or 40 seconds to do a part.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:34:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8401458#M82378</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-14T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8402649#M82379</link>
      <description>&lt;P&gt;The attached doesn't loop thru and highlight the sections but it is a way to quickly build your string.&lt;/P&gt;&lt;P&gt;I had to run it through VBA but I added a rule to call the form so it would be easy to use...(you would have to make a new external rule and add the form to the application project but that's not hard)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 21:18:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8402649#M82379</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-14T21:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8405227#M82380</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That sounds really interesting, BUT, I am a newby when it comes to iLogic&lt;BR /&gt;and from your description, the code must be huge and very likely beyond me,&lt;BR /&gt;saying that, the code already supplied is beyond me, but I am getting there&lt;BR /&gt;I think, Slowly.&lt;BR /&gt;&lt;BR /&gt;I would very much like to see an example if possible please.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Nov 2018 21:52:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8405227#M82380</guid>
      <dc:creator>simon4D86F</dc:creator>
      <dc:date>2018-11-15T21:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8405237#M82381</link>
      <description>&lt;P&gt;Yep, see my last post. There is a part file you can download that already has the sample in it. just rule "rule0" from the iLogic browser&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 21:56:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8405237#M82381</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-15T21:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8418888#M82382</link>
      <description>&lt;P&gt;Hi Clutsa,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This may be my fault, not sure, but I get the following error message on running the rule. What am I missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 14:32:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8418888#M82382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-22T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8424503#M82383</link>
      <description>&lt;P&gt;Well there's only one line in that rule so that helps narrow it down.&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://forums.autodesk.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;
&lt;P&gt;If you go to Tools&amp;gt;VBA Editor does your DocumentProject have UserForm1 and Module1?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VBAEditor.PNG" style="width: 513px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/573680iE6020C592CA9EF05/image-dimensions/513x338?v=v2" width="513" height="338" role="button" title="VBAEditor.PNG" alt="VBAEditor.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 13:47:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8424503#M82383</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-26T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8424701#M82384</link>
      <description>Hi Clutsa,&lt;BR /&gt;&lt;BR /&gt;The Line reads.... "InventorVb.RunMacro("DocumentProject", "Module1", "&lt;BR /&gt;ShowForm")"&lt;BR /&gt; Running Inventor Pro 2018 just in case that is causing a problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:45:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8424701#M82384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425002#M82385</link>
      <description>&lt;P&gt;I too am running Inv Pro 2018 so that shouldn't be it.&lt;/P&gt;
&lt;P&gt;This uses VBA to work so you have to open the VBA Editor under tools.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VBAEditor2.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/573741i9F7C7E54F57679FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="VBAEditor2.PNG" alt="VBAEditor2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:13:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425002#M82385</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-26T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425006#M82386</link>
      <description>&lt;P&gt;Sorry Clutsa,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will teach me to read the actual post and not just the email.&amp;nbsp; The VBA Editor states "Module1".&lt;/P&gt;
&lt;P&gt;Can you give me a breakdown of the code supplied, it appears to be doing a lot for just one line of code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:15:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425006#M82386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425113#M82387</link>
      <description>&lt;P&gt;If you right click on UserForm1 and click on "View Code" you'll see all the other code. The "Me" in "Me.Label1.Caption" is the UserForm1. I didn't rename all the buttons like I should because I was in a hurry but each button just adds another word to the end of Label1. Button6 does all the real work from there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:48:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8425113#M82387</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-11-26T16:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: A Bit (or a Lot) of Help Please</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8426465#M82388</link>
      <description>&lt;P&gt;Hi Clutsa,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had to laugh when you said "I didn't rename all the buttons like I should because I was in a hurry", if this was done in a hurry, I may as well pack up now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I followed your instructions and viewed the code, which helps, alot, however, a couple of questions or maybe the same one.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the code on just the part only, I now get he following error message....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Error in Rule0, in document:stringBuilderTool.ipt&lt;/P&gt;
&lt;P&gt;RunMacro: No VBA macro named "ShowForm" was found in the component or module named "Module1", in the VBA project named "DocumentProject".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I run the code with the part in an assembly, I get the following Error message....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Error in Rule0, in document: TEST 1.iam&lt;/P&gt;
&lt;P&gt;RunMacro: No VBA component or module named "UserForm1"&amp;nbsp;was found in the VBA project named "DocumentProject".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that the "Showform " and "Module1" are in the code, I looked :-), so what am I doing wrong,&amp;nbsp;&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>Tue, 27 Nov 2018 07:35:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/a-bit-or-a-lot-of-help-please/m-p/8426465#M82388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T07:35:29Z</dc:date>
    </item>
  </channel>
</rss>

