Shortcut key for Section Break (next Page)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello everyone

I couldnt find the shortcut key for Section Break(next Page) command.
Is there such a key or could I assign one.
Or whats the short cut key for the breaks popup box.

any help would be appreciated.

thanx
ahmed
 
The InsertBreak command which pops up the dialog box is not assigned to a
keyboard shortcut, though you can assign it to one.
If you want to insert a SectionBreak next page by a single keystroke, you
need a macro assigned to a keyboard shortcut.
The macro should contain the line
Selection.InsertBreak Type:=wdSectionBreakNextPage

See http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
You can do this without a macro.

Tools > Customize
Click on Keyboard
Select Insert from the categories list on the left
Then scroll down the commands list on the right and Select
InsertSectionBreak
Put the cursor in "press new shortcut" box
Press your desired key combination
Click on Assign
Click on Close, and Close again
 
The brief keyboard shortcut to bring up the break dialog box is:

Alt+i+b

The full keyboard shortcut to insert a section break (next page) is:

Alt+i+b+n+Enter (viola!)

You're welcome.


hello everyone

I couldnt find the shortcut key for Section Break(next Page) command.
Is there such a key or could I assign one.
Or whats the short cut key for the breaks popup box.

any help would be appreciated.

thanx
ahmed
 
Back
Top