How to skip missing path message window in a command macro

You can use @ifexists to test if the path exists before running the Go command.

Go "E:\Projects" OPENINLEFT
@ifexists:Y:\Export\Projects
Go "Y:\Export\Projects" OPENINRIGHT