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

NotebookLocate

NotebookLocate["tag"]
locates all cells with the specified tag in your current input notebook, selecting the cells and scrolling to the position of the first one.
NotebookLocate[{"file", "tag"}]
if necessary opens the notebook stored in file, then locates cells with the specified tag.
  • NotebookLocate sets the current selection to contain all cells with the specified tag.
  • If the cells are in closed groups, NotebookLocate will open all these groups.
  • NotebookLocate is used for following hyperlinks within one notebook or between notebooks.
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team