View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Right click menu in Office products

They do

With Application.CommandBars("Cell")
With .Controls.Add(Type:=msoControlButton, temporary:=True)
.BeginGroup = True
.Caption = "Test"
.Style = msoButtonCaption
.OnAction = "myMacro"
End With
End With


--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"andre_b86" wrote in message
...
I use Office 2003, have an average user's level knowledge of office and
computing in general , and have used previous versions in the past. While
the toolbars can be customised, I believe the right click menu should be

full
customisable as well in all office products . I would much rather right

click
in Microsoft Excel, especially when formatting or repeating formats (from

the
edit menu for example) than constantly having to move my mouse to the tool
bar. Why does microsoft not allow such an obvious need to be easily
implemented instead of having to research the internet or read pc magazine

to
learn how to write code and make changes to registry etc. From reading
computer magazines it is obvious that this is one of the more common

requests
or queries to the editiors.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow

this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.


http://www.microsoft.com/office/comm...id=3dcfcb19-9c
b8-45a9-9bad-ec3f1f6c83d5&dg=microsoft.public.excel.misc