Possible bug or undocumented behavior in Math 11.3 ?
Let assume we have a notebook with multiple cells with NoteBookEvaluate:
Var1 = 1;
Var2 = 2;
NotebookEvaluate[DerivedNotebook];
Print["OK"]
Plot[SomeResults];
Export["Out.xls",OutTable];
If you select whole set of cells and command to evaluate them (with [Shift+Enter] or menu command), all cells below NotebookEvaluate[] will remain unevaluated.