|
-
Sep 13th, 2000, 05:23 PM
#7
It's actually should speed up the code processing (atleast according to Micro$oft). When you use With statement, it referencing the object only once and then accessing it's properties and methods, where if you use object name explicitely, it referencing each time you call the object name.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|