Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming >

SelectedNotebook

SelectedNotebook[]
gives the currently selected notebook in the front end.
  • The currently selected notebook will normally have its title bar highlighted.
  • The currently selected notebook is the one to which notebook-oriented menu commands in the front end will be directed. Textual commands are however directed to the input notebook.
  • A palette window can be a currently selected notebook but cannot normally be an input notebook.
Give the notebook object for the currently selected notebook:
Perform additional operations:
Give the notebook object for the currently selected notebook:
In[1]:=
Click for copyable input
Out[1]=
Perform additional operations:
In[2]:=
Click for copyable input
Out[2]=
Both programmed operations and user interactions can change the selected SelectedNotebook:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team