Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have recently set up a time sheet for myself at work. At my last place you
could click on a button called 'Annual Leave' or 'Bank Holiday' and the cells would be filled with a standard day. Does any one know how this is done? I would like to add it to my time sheet if poss. -- Be happy |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Sorry - I forgot to say that I'm currently using 2003.
-- Be happy "Gina" wrote: I have recently set up a time sheet for myself at work. At my last place you could click on a button called 'Annual Leave' or 'Bank Holiday' and the cells would be filled with a standard day. Does any one know how this is done? I would like to add it to my time sheet if poss. -- Be happy |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Is a standard day 8 hours?
Sub holiday() ActiveCell.Value = 8 End Sub Gord Dibben MS Excel MVP On Mon, 23 Jun 2008 05:19:00 -0700, Gina wrote: I have recently set up a time sheet for myself at work. At my last place you could click on a button called 'Annual Leave' or 'Bank Holiday' and the cells would be filled with a standard day. Does any one know how this is done? I would like to add it to my time sheet if poss. |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
A standard day is 07:30 hours
-- Gina "Gord Dibben" wrote: Is a standard day 8 hours? Sub holiday() ActiveCell.Value = 8 End Sub Gord Dibben MS Excel MVP On Mon, 23 Jun 2008 05:19:00 -0700, Gina wrote: I have recently set up a time sheet for myself at work. At my last place you could click on a button called 'Annual Leave' or 'Bank Holiday' and the cells would be filled with a standard day. Does any one know how this is done? I would like to add it to my time sheet if poss. |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Adjust macro value to suit.
Gord On Tue, 24 Jun 2008 01:21:00 -0700, Gina wrote: A standard day is 07:30 hours |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you.
-- Gina "Gord Dibben" wrote: Adjust macro value to suit. Gord On Tue, 24 Jun 2008 01:21:00 -0700, Gina wrote: A standard day is 07:30 hours |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacing sheet reference in multiple cells... | Excel Worksheet Functions | |||
Replacing empty cells with '-' | Excel Worksheet Functions | |||
Stopping autoformat when replacing cells. | New Users to Excel | |||
Replacing blank cells | Excel Worksheet Functions | |||
Replacing Values in Cells Via Formula | Excel Worksheet Functions |