Is it possible to create a frame just to store a bunch of global objects and then use "Create Object by Name" to load them in another frame WITHOUT having a copy of that object already in the frame?
I've tried doing it, but it seems like there needs to be a copy of each object in the frame to begin with. If I have dozens of frames, I would like to avoid copying every object into each one.