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.
Printable View
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.
Surprisingly, Example 1 isn't valid code.