+ Reply to Thread
Results 1 to 4 of 4

What are "BookMarks" in the excel VBA editor and how are they useful?

  1. #1
    Forum Contributor
    Join Date
    12-01-2007
    Location
    USA-North Carolina
    MS-Off Ver
    MS Office 2016
    Posts
    2,712

    What are "BookMarks" in the excel VBA editor and how are they useful?

    My subject statement says it all.......that is my question.

    I think bookmarks may help me. I am finding that i jump around alot when i am writing code and if i could set a "bookmark" to a specific location and then somehow jump there when i need to that would be cool.

    But in general what are the book-marks in the vba excel editor and how are they used?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: What are "BookMarks" in the excel VBA editor and how are they useful?

    From VBE Help:

    Bookmarks Commands (Edit Menu)

    Displays a menu that you can use to create or remove placeholders in the Code window, move to the next or preceding bookmark, or clear all of the bookmarks. Bookmarks mark lines of code so that you can easily return to them at a later time.

    When you add a bookmark, a (blue rounded rectangle) appears next to the line of code where the bookmark is inserted.

    Toggle Bookmark

    Toggles a bookmark on or off.

    Next Bookmark

    Moves the insertion point to the next bookmark.

    Previous Bookmark

    Moves the insertion point to the previous bookmark.

    Clear All Bookmarks

    Removes all bookmarks.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    12-01-2007
    Location
    USA-North Carolina
    MS-Off Ver
    MS Office 2016
    Posts
    2,712

    Re: What are "BookMarks" in the excel VBA editor and how are they useful?

    thanks shg..........did not think to look there........


    so under the edit menu you can goto the next/previous bookmark........

    is there a way to name a bookmark? i did not find this from the help menu.....it would be cool if i could name a book mark and then jump to it

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: What are "BookMarks" in the excel VBA editor and how are they useful?

    No .

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1