I have a code to load objects that goes like:

VB Code:
  1. Load [itemname](maxindex) 'maxindex is my integer that goes up by 1 everytime i load an object
  2. With [itemname]
  3. .caption = "the caption"
  4. End with

I wanted to know how i would change it so it would appear either at the front or at the back of the form (like if an object was overlapping and it was at the back of the form, the object overlapping it would go infront whereas if it was at the front of the form, it would overlap that object).