Hi all,
Tell me if you're getting bored of my daily questions! I'm stuck again
This time I have a box (container), that I might have put some items in.
When I open it, or examine it, if there's anything inside, I want to be able to run an IF, that checks whether there are any objects in the bin, and if there are, then print a message that says:
".... You can see the following inside: " + [object1] + ", " + [object2] + ", " + [object 3] + "." "
Problem is, I don't know how many objects there will be, nor what they will be. I am guessing I need a For...Each bit of code to cycle round and list all objects currently inside the box.
And that's where once again my coding skills fail me.
I know there's usually an auto thing that lists all the items for me with hyperlinks but I have it turned off the rest of the time and don't really want to turn it on temporarily whenever I look in a container.
psymann