<?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: Name of userform Controls error in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479113#M39176</link>
    <description>I see what you mean.  thanks again Paul</description>
    <pubDate>Sat, 05 Nov 2005 17:28:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-11-05T17:28:53Z</dc:date>
    <item>
      <title>Name of userform Controls error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479111#M39174</link>
      <description>Why on my userform when i change the value of .name property it will not allow me to use it in code? &lt;BR /&gt;
Example.  I have a textbox and i changed the .name = Height&lt;BR /&gt;
Now why can't i use this syntax &lt;BR /&gt;
NewVal = Height.name 'Gives an error stating invalid qualifier&lt;BR /&gt;
'Instead i have to use this.&lt;BR /&gt;
NewVal = textbox1.name</description>
      <pubDate>Sat, 05 Nov 2005 15:30:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479111#M39174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-05T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Name of userform Controls error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479112#M39175</link>
      <description>height is a property of your textbox control.&lt;BR /&gt;
don't use property names for object names.&lt;BR /&gt;
It would be better if it didn't allow you to&lt;BR /&gt;
use them at all.&lt;BR /&gt;
&lt;BR /&gt;
height1.Name&lt;BR /&gt;
textboxHeight.Name&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
gl - Paul&lt;BR /&gt;
&lt;MACLEODJB&gt; wrote in message news:5004921@discussion.autodesk.com...&lt;BR /&gt;
Why on my userform when i change the value of .name property it will not &lt;BR /&gt;
allow me to use it in code?&lt;BR /&gt;
Example.  I have a textbox and i changed the .name = Height&lt;BR /&gt;
Now why can't i use this syntax&lt;BR /&gt;
NewVal = Height.name 'Gives an error stating invalid qualifier&lt;BR /&gt;
'Instead i have to use this.&lt;BR /&gt;
NewVal = textbox1.name&lt;/MACLEODJB&gt;</description>
      <pubDate>Sat, 05 Nov 2005 15:49:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479112#M39175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-05T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Name of userform Controls error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479113#M39176</link>
      <description>I see what you mean.  thanks again Paul</description>
      <pubDate>Sat, 05 Nov 2005 17:28:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/name-of-userform-controls-error/m-p/1479113#M39176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-05T17:28:53Z</dc:date>
    </item>
  </channel>
</rss>

