Message 1 of 3
VB Syntax (Set/Let)
Not applicable
04-20-2000
08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Why are both of the following statements syntactically correct:
Set acVP = acDoc.ActiveViewport
[Let] acDoc.ActiveViewport = acVP
I would expect "Set" to be required when assigning an object to either
an object variable _or_ a property which contains an object.
Why are both of the following statements syntactically correct:
Set acVP = acDoc.ActiveViewport
[Let] acDoc.ActiveViewport = acVP
I would expect "Set" to be required when assigning an object to either
an object variable _or_ a property which contains an object.