View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Bookmarks in Excel???

There aren't really anything analagous to bookmarks. What you could use would
be named ranges. Create the named range by selecting the cell or cells that
you want to navigate to and in the Address Box change the address to some
name. Now when you want to go to that area just select the name from the
address drop down...
--
HTH...

Jim Thomlinson


"Phil" wrote:

I am new to Excel programming, but am very familiar with Word. In Word, you
can search for a particular location in a document using the Bookmark
function. Is there a similar option in Excel? If so, how do you create it
and search for it.

Thanks,

Phil