Open folder in new instance

Try the

Application.Getopenfilename

This opens the dialogue for picking files. If you want to dispaly a specific folder, use this code before the Getopenfilename:

chdir "c:\whatever\wherever"

Are you sure you need a separate instance of Excel? It has many disadvantages, and only a few advantages.

Leave a Comment