Archive of Mr Excel Message Board

Hi Tom
A macro will do the trick.
Sub AddButton()
ActiveSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", Link:=False _
, DisplayAsIcon:=False, Left:=ActiveCell.Left, Top:=ActiveCell.Top, _
Width:=ActiveCell.Width, Height:=ActiveCell.Height).Select
End Sub
To use it Push Alt+F11, then go to Insert>Module and paste in the code. Push Alt+Q and save.
Now Push Alt+F8 select: "AddButton" Click Options and assign a shortcut key.
Dave
OzGrid Business Applications
