Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
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
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team