J
JustMe
Hi:
I can't get my head around how to deal with this lack of late-binding
support. Can anyone suggest how I can accomplish this? The code snippet
below does not work of course. Any suggestions on how to do this?
Items = Split(ListOfItems, ",")
messagebox.show(Items(5))
Thanks in advance.
--Terry
I can't get my head around how to deal with this lack of late-binding
support. Can anyone suggest how I can accomplish this? The code snippet
below does not work of course. Any suggestions on how to do this?
Items = Split(ListOfItems, ",")
messagebox.show(Items(5))
Thanks in advance.
--Terry