Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to set up an excel worksheet so that the only way to input the time is
either thru a keyboard shortcut or better yet a mouse click. I want to make sure the time entered is the correct time. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try Ctrl + Shift + :
HTH Regrds, Howard "Darrell" wrote in message ... I want to set up an excel worksheet so that the only way to input the time is either thru a keyboard shortcut or better yet a mouse click. I want to make sure the time entered is the correct time. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Darrell
Are you saying that you want to preclude the user entering the time manually (by typing it in)? If so, the only way to do that is to lock the specific cells, and protect the sheet, allowing selection of locked cells, then writing a macro that would run if a cell in the specific range is selected. That macro would unprotect the sheet, enter the time in the selected cell, and protect the sheet. Post back if this is what you want. Specify the range of cells in which you want this to work. Something like "any cell in column F after row 5". Include the version of Excel you are using. HTH Otto "Darrell" wrote in message ... I want to set up an excel worksheet so that the only way to input the time is either thru a keyboard shortcut or better yet a mouse click. I want to make sure the time entered is the correct time. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find keyboard short-cut to type symbols on keyboard | Excel Discussion (Misc queries) | |||
insert rows-keyboard short cut | Excel Discussion (Misc queries) | |||
keyboard short cut for highlighting a field | Excel Worksheet Functions | |||
can you customize a keyboard short cut in excel? | Excel Discussion (Misc queries) | |||
whats the keyboard short cut for inserting a row in Excel | New Users to Excel |