<?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: VB Syntax (Set/Let) in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320243#M93915</link>
    <description>I think it has to do with the fact that the property, even though it contains an object, isn't actually an object itself but does the object assignment internally within the property.&lt;BR /&gt;
&lt;BR /&gt;
So in essence you are really just passing a parameter to the property Let statement, which internally does the object assignment.&lt;BR /&gt;
&lt;BR /&gt;
Anyway thats how it seems to me, I could be wrong.&lt;BR /&gt;
&lt;BR /&gt;
Micah</description>
    <pubDate>Thu, 20 Apr 2000 18:51:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-04-20T18:51:50Z</dc:date>
    <item>
      <title>VB Syntax (Set/Let)</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320242#M93914</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Why are both of the following statements syntactically correct:&lt;BR /&gt;
&lt;BR /&gt;
Set acVP = acDoc.ActiveViewport&lt;BR /&gt;
[Let] acDoc.ActiveViewport = acVP&lt;BR /&gt;
&lt;BR /&gt;
I would expect "Set" to be required when assigning an object to either&lt;BR /&gt;
an object variable _or_ a property which contains an object.</description>
      <pubDate>Thu, 20 Apr 2000 15:21:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320242#M93914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-04-20T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: VB Syntax (Set/Let)</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320243#M93915</link>
      <description>I think it has to do with the fact that the property, even though it contains an object, isn't actually an object itself but does the object assignment internally within the property.&lt;BR /&gt;
&lt;BR /&gt;
So in essence you are really just passing a parameter to the property Let statement, which internally does the object assignment.&lt;BR /&gt;
&lt;BR /&gt;
Anyway thats how it seems to me, I could be wrong.&lt;BR /&gt;
&lt;BR /&gt;
Micah</description>
      <pubDate>Thu, 20 Apr 2000 18:51:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320243#M93915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-04-20T18:51:50Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320244#M93916</link>
      <description>On Thu, 20 Apr 2000 18:51:50 +0000, mnerren&lt;BR /&gt;
&lt;MICAH.J.NERREN.-ND&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
»I think it has to do with the fact that the property, even though it contains&lt;BR /&gt;
»an object, isn't actually an object itself but does the object assignment&lt;BR /&gt;
»internally within the property.&lt;BR /&gt;
»&lt;BR /&gt;
»So in essence you are really just passing a parameter to the property Let&lt;BR /&gt;
»statement, which internally does the object assignment.&lt;BR /&gt;
»&lt;BR /&gt;
»Anyway thats how it seems to me, I could be wrong.&lt;BR /&gt;
&lt;BR /&gt;
Hi Micah,&lt;BR /&gt;
&lt;BR /&gt;
That sure looks like what's going on.  Some sort of hidden default&lt;BR /&gt;
property of the AcadViewport object, maybe?  Strange way to do things&lt;BR /&gt;
but I guess it makes sense to someone.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/MICAH.J.NERREN.-ND&gt;</description>
      <pubDate>Thu, 20 Apr 2000 19:36:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb-syntax-set-let/m-p/320244#M93916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-04-20T19:36:25Z</dc:date>
    </item>
  </channel>
</rss>

