Can't assign shortcut key for Grouping. Is there a way?

A

Aliquot

I use Word 2003. I can't seem to assign a shortcut key for the Draw > Group
function. I could in earlier versions of Word. Is there some mysterious way
of getting it to behave?
 
B

Bob Buckland ?:-\)

Hi Aliquot,

You can create a macro that will apply a group command
to already select objects then use Tools=>Customize=>[keyboard]
and assign the shortcut key to the macro.

'-------------
Sub GroupThese()
'
' GroupThese macro
' Macro to Group already selected objects
' Commented-out lines are ungroup and regroup
'
Selection.ShapeRange.Group.Select
'Selection.ShapeRange.Ungroup.Select
'Selection.ShapeRange.Regroup.Select
End Sub
'-----------------

==========
I use Word 2003. I can't seem to assign a shortcut key for the Draw > Group
function. I could in earlier versions of Word. Is there some mysterious way
of getting it to behave? <<
--
Let us know if this helped you,

Bob Buckland ?:)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*

Office 2003 Editions explained
http://www.microsoft.com/uk/office/editions.mspx
 
K

Klaus Linke

Hi Aliquot,

As with any command, you should also be able to use Ctrl+Alt+Num+ (Ctrl key
+ Alt key + "+" on numeric keypad), then click on the menu command for
"Draw > Group".

If you use Ctrl+Alt+Num+ twice, you'll see that it's the shortcut for
"ToolsCustomizeKeyboardShortcut" :)

Regards,
Klaus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top