| View previous topic :: View next topic |
| Author |
Message |
bodjong Newbie

Joined: 01 Oct 2005 Posts: 2
|
Posted: Sat Oct 01, 2005 6:16 am Post subject: does anybody know openoffice calc shortcut keys |
|
|
| hi good day to everyone ive been using the open office for some time now...and i have this question if anybody has a knowledge for openoffice calc shortcut keys for current time (i.g. microsoft excel ctrl+shft+: = current time)....thanks in advance |
|
| Back to top |
|
 |
9point9 Moderator

Joined: 31 Aug 2004 Posts: 3875 Location: UK
|
Posted: Sat Oct 01, 2005 7:22 am Post subject: |
|
|
I would suggest you have a look at Tools > Customise and then go to the Keyboard tab. This will list all keyboard commands and will allow you to add your own. _________________ Arch Linux
OOo 3.2.0
OOoSVN, change control for OOo documents:
http://sourceforge.net/projects/ooosvn/ |
|
| Back to top |
|
 |
bryancole OOo Advocate

Joined: 13 Jun 2003 Posts: 305
|
Posted: Sat Oct 01, 2005 8:26 am Post subject: |
|
|
| Use the macro-recorder to recrod a macro for inserting the current time (i.e. <menu Insert->Fields->Time). Then use the menu Customise->Keyboard Tab dialog to add a keyboard shortcut to this macro. |
|
| Back to top |
|
 |
JohnV Administrator

Joined: 07 Mar 2003 Posts: 8976 Location: Lexinton, Kentucky, USA
|
Posted: Sat Oct 01, 2005 12:11 pm Post subject: |
|
|
The following macro prints the time and can be set to some key combo. | Code: | Sub Main
MsgBox (time,,"Current time:")
End Sub |
|
|
| Back to top |
|
 |
|