Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all, is it possible to add "insert time" and "insert date" to the
right click popup menu? I am trying to get away from keyboard shortcuts. TIA Kezza |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kezza,
Hello all, is it possible to add "insert time" and "insert date" to the right click popup menu? I am trying to get away from keyboard shortcuts. Ron de Bruin has sample code for adding (or removing) commands to the right-click menu at: http://www.rondebruin.com/menuid.htm#Add See particularly Ron's Add_Controls procedure on that page. In your case, the macros to be added to the menu might be: '============= Public Sub InsertDate() Selection.Value = Date End Sub '----------------- Public Sub InsertTime() Selection.Value = Time End Sub '<<============= --- Regards, Norman |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks heaps for your help.
Kind Regards Kezza |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe this helps: Ctrl-: and Ctrl-; are keyboard shortcuts inserting time and
date resp in Excel. -- Stefano Gatto "Kezza" wrote: Thanks heaps for your help. Kind Regards Kezza |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Items Added to Right-Click Menu Only Visible From Some Sheets | Excel Programming | |||
Items Added to Right-Click Menu Only Visible From Some Sheets | Excel Programming | |||
Right-Click Menu Items -- Duplicate Entries | Excel Programming | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming | |||
Adding menu to the mouse right click pop-up menu | Excel Programming |