Relying on previous/next is not a good idea, I don't think.
If I need to refer to something again, I just grab a reference to it for
future use.
Set MasterWorkbook = ....
Then I can use without further trouble, regardless of where it is in the
hierarchy.