Save OpenFileDialog
1.1.1. The initial default directory is the user's temp directory. After the first time any file is opened or saved, the default directory will be whichever directory was last used.
this.openFileDialog.RestoreDirectory = false;
this.openFileDialog.InitialDirectory = Path.GetDirectoryName(newExcelFile);