Results 1 to 2 of 2

Thread: diff ways to set properties

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    12

    diff ways to set properties

    hi all,

    what's the difference between or advantage of the following 2 examples?

    example 1......

    With Label1
    .container = Frame1
    End With


    example 2......

    set Label1.Container = Controls(Frame1)


    thanks.

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width