With FindObject you can use ANY_PACKAGE so you can search in all the packages of your project, unfortunately you need to have that object already loaded.
With LoadObject you can load it, but you need to know the package in advance.
Is there any you can make to check all the Objects in the project and if the name matches load it?
Thank you in advance!