A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Simple bookmarks?



 
 
Thread Tools Display Modes
  #1  
Old March 3rd, 2009, 04:55 PM posted to microsoft.public.word.newusers
Sesquipedalian Sam
external usenet poster
 
Posts: 131
Default Simple bookmarks?

Is there any way to make bookmarks simple to use?

My idea of "simple" is based on code editors. Most code editors
provide a function key (usually F2) to manage bookmarks. My editor
(UltraEdit) works like this:

1. Ctrl+F2 toggles a bookmark for the current line. If a line has a
bookmark set, a blue indicator appears in the left margin.

2. F2 jumps to the next bookmark.

3. Alt+F2 jumps to the previous bookmark.

4. Shift+F2 extends the selection to the next bookmark.

5. Alt+Shift+F2 extends the selection to the previous bookmark.

It has a lot of other functionality, but just these simple functions
allow me to keep track fo what I am doing in a document.

Can I make Word 2007 behave like this?

I know Word has named bookmarks. That's great, but most of the time I
don't need to name each one. I just want a generic bookmark that I can
set (toggle) and locate with one shortcut.
  #2  
Old March 3rd, 2009, 07:01 PM posted to microsoft.public.word.newusers
Reitanos
external usenet poster
 
Posts: 230
Default Simple bookmarks?

You should probably make this kind of suggestion to the developers at
Microsoft rather than this newsgroup; the function here is more Q&A
than developmental.

On Mar 3, 11:55*am, Sesquipedalian Sam
wrote:
Is there any way to make bookmarks simple to use?

My idea of "simple" is based on code editors. Most code editors
provide a function key (usually F2) to manage bookmarks. My editor
(UltraEdit) works like this:

1. Ctrl+F2 toggles a bookmark for the current line. If a line has a
bookmark set, a blue indicator appears in the left margin.

2. F2 jumps to the next bookmark.

3. Alt+F2 jumps to the previous bookmark.

4. Shift+F2 extends the selection to the next bookmark.

5. Alt+Shift+F2 extends the selection to the previous bookmark.

It has a lot of other functionality, but just these simple functions
allow me to keep track fo what I am doing in a document.

Can I make Word 2007 behave like this?

I know Word has named bookmarks. That's great, but most of the time I
don't need to name each one. I just want a generic bookmark that I can
set (toggle) and locate with one shortcut.


  #3  
Old March 3rd, 2009, 07:34 PM posted to microsoft.public.word.newusers
Sesquipedalian Sam
external usenet poster
 
Posts: 131
Default Simple bookmarks?

On Tue, 3 Mar 2009 11:01:34 -0800 (PST), Reitanos
wrote:

You should probably make this kind of suggestion to the developers at
Microsoft rather than this newsgroup; the function here is more Q&A
than developmental.


It wasn't a developmental suggestion. It was a question: Can I make
Word operate this way? Do you know the answer?

On Mar 3, 11:55*am, Sesquipedalian Sam
wrote:
Is there any way to make bookmarks simple to use?

My idea of "simple" is based on code editors. Most code editors
provide a function key (usually F2) to manage bookmarks. My editor
(UltraEdit) works like this:

1. Ctrl+F2 toggles a bookmark for the current line. If a line has a
bookmark set, a blue indicator appears in the left margin.

2. F2 jumps to the next bookmark.

3. Alt+F2 jumps to the previous bookmark.

4. Shift+F2 extends the selection to the next bookmark.

5. Alt+Shift+F2 extends the selection to the previous bookmark.

It has a lot of other functionality, but just these simple functions
allow me to keep track fo what I am doing in a document.

Can I make Word 2007 behave like this?

I know Word has named bookmarks. That's great, but most of the time I
don't need to name each one. I just want a generic bookmark that I can
set (toggle) and locate with one shortcut.

  #4  
Old March 3rd, 2009, 08:21 PM posted to microsoft.public.word.newusers
Greg Maxey[_2_]
external usenet poster
 
Posts: 649
Default Simple bookmarks?

Sam,

With a few exceptions, most of us here really are trying to help when we
post answers to questions or make suggestions. Being flamesprayed for our
efforts .... well it just doesn't help.

I don't really no what you can or can not do as I don't know how smart you
are, how much effort you are willing to expend or how deep your pockets are.
With the right combination of the three you could probably acheive most if
not all of your goals with a VBA Addin or a by writing a custom application
solution with something like Visbual Studio. My idea of simple is different
than yours and to make bookmarks easier for me to use I created the
following AddIns.

http://gregmaxey.mvps.org/Bookmark_Tool.htm

http://gregmaxey.mvps.org/Mini_Bookmark_Tool.htm

You are welcome to use them as they are or adapt them to suit your specific
needs.



Sesquipedalian Sam wrote:
On Tue, 3 Mar 2009 11:01:34 -0800 (PST), Reitanos
wrote:

You should probably make this kind of suggestion to the developers at
Microsoft rather than this newsgroup; the function here is more Q&A
than developmental.


It wasn't a developmental suggestion. It was a question: Can I make
Word operate this way? Do you know the answer?

On Mar 3, 11:55 am, Sesquipedalian Sam
wrote:
Is there any way to make bookmarks simple to use?

My idea of "simple" is based on code editors. Most code editors
provide a function key (usually F2) to manage bookmarks. My editor
(UltraEdit) works like this:

1. Ctrl+F2 toggles a bookmark for the current line. If a line has a
bookmark set, a blue indicator appears in the left margin.

2. F2 jumps to the next bookmark.

3. Alt+F2 jumps to the previous bookmark.

4. Shift+F2 extends the selection to the next bookmark.

5. Alt+Shift+F2 extends the selection to the previous bookmark.

It has a lot of other functionality, but just these simple functions
allow me to keep track fo what I am doing in a document.

Can I make Word 2007 behave like this?

I know Word has named bookmarks. That's great, but most of the time
I don't need to name each one. I just want a generic bookmark that
I can set (toggle) and locate with one shortcut.


--
Greg Maxey - Word MVP

My web site http://gregmaxey.mvps.org
Word MVP web site http://word.mvps.org



  #5  
Old March 4th, 2009, 12:00 AM posted to microsoft.public.word.newusers
Sesquipedalian Sam
external usenet poster
 
Posts: 131
Default Simple bookmarks?

On Tue, 3 Mar 2009 15:21:53 -0500, "Greg Maxey"
wrote:

Sam,

With a few exceptions, most of us here really are trying to help when we
post answers to questions or make suggestions. Being flamesprayed for our
efforts .... well it just doesn't help.


Flamesprayed? Where? When?
  #6  
Old March 4th, 2009, 12:07 AM posted to microsoft.public.word.newusers
Greg Maxey[_2_]
external usenet poster
 
Posts: 649
Default Simple bookmarks?

It wasn't a developmental suggestion. It was a question: Can I make Word
operate this way? Do you know the answer?


Could be interpreted as flame in the form of spray ;-)




--
Greg Maxey - Word MVP

My web site http://gregmaxey.mvps.org
Word MVP web site http://word.mvps.org


"Sesquipedalian Sam" wrote in message
...
On Tue, 3 Mar 2009 15:21:53 -0500, "Greg Maxey"
wrote:

Sam,

With a few exceptions, most of us here really are trying to help when we
post answers to questions or make suggestions. Being flamesprayed for our
efforts .... well it just doesn't help.


Flamesprayed? Where? When?



  #7  
Old March 7th, 2009, 06:56 AM posted to microsoft.public.word.newusers
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Simple bookmarks?

Beats me. Greg's post looked way more like a flame to me than yours.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Sesquipedalian Sam" wrote in message
...
On Tue, 3 Mar 2009 15:21:53 -0500, "Greg Maxey"
wrote:

Sam,

With a few exceptions, most of us here really are trying to help when we
post answers to questions or make suggestions. Being flamesprayed for our
efforts .... well it just doesn't help.


Flamesprayed? Where? When?


  #8  
Old March 7th, 2009, 01:23 PM posted to microsoft.public.word.newusers
Greg Maxey[_2_]
external usenet poster
 
Posts: 649
Default Simple bookmarks?

And was your crabby contribution four days later really even necessary?

Sam's reply, "It wasn't a developmental suggestion. It was a question: Can I
make
Word operate this way? Do you know the answer?" seemed to me to be a little
short and dismissive. Like "Look, I wasn't asking for a suggestion. I was
asking a question. If don't know the answer then leave it to someone that
does."

In view Sam's reply I can certainly see now (no a full four days ago) that
that he didn't mean it that way. I suppose it comes as a surprise that I
came to that realization without your help and before your snippy comment.



Suzanne S. Barnhill wrote:
Beats me. Greg's post looked way more like a flame to me than yours.


"Sesquipedalian Sam" wrote in message
...
On Tue, 3 Mar 2009 15:21:53 -0500, "Greg Maxey"
wrote:

Sam,

With a few exceptions, most of us here really are trying to help
when we post answers to questions or make suggestions. Being
flamesprayed for our efforts .... well it just doesn't help.


Flamesprayed? Where? When?


--
Greg Maxey - Word MVP

My web site http://gregmaxey.mvps.org
Word MVP web site http://word.mvps.org



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.