Hello everyone,
I am using this line of code to open up an mxd file:
os.startfile("c:/chris/{0}/{0} - existing_proposed.mxd".format(string))
It works and opens the file, but it opens in a new instance of ArcMap. Is there a way to have it open in the instance that is already open?
Thanks,
Chris