In the same advance window there is a line
At startup,open all files in:
You can enter the file address there.
I also found this bit of code
It shows where your startup file is located.![]()
If MsgBox(Application.StartupPath, vbOKCancel) = vbOK Then Shell "Explorer " & Application.StartupPath End If
Bookmarks