Listing MAPS of the Global.mpt with VBA code

A

Access101

this code gives me Maps in a given Project file:

ActiveProject.MapList(Items)

I would like one that gives me the Maps in the Global.MPT, but I can't find
it in the help file.

I would have assumed it would be something like

Application.MapList(Items)
or Application.Global.MapList(Items)

Any help is appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top