Duplicate PUBLIC name in USE module: <module name>

You declared as Public a name that is also declared as Public in another loaded module, a module that was loaded in executing a Use statement.

Determine the duplicate Public name and change its declaration in one module or the other.