#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Time

I have 19 users capturing data on excel.
With Visual Basic and the calendar control, I created a touch calendar to
insert new dates. Now I want to use something similar to capture TIME - a
little watch or something they can just click on when the cell is activated.
No manual typing required. Can you help me?
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Time

Choose a picture of a watch/clock from INsert Picture ClipArt Office,
then assign the following macro to it.........

Sub TimeStamp()
ActiveCell.Value = Time
End Sub


hth
Vaya con Dios,
Chuck, CABGx3


"Ronel" wrote:

I have 19 users capturing data on excel.
With Visual Basic and the calendar control, I created a touch calendar to
insert new dates. Now I want to use something similar to capture TIME - a
little watch or something they can just click on when the cell is activated.
No manual typing required. Can you help me?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Time

If I insert a picture of a watch/clock, my user cannot change the time and I
want them to be able to change the watch times.

"CLR" wrote:

Choose a picture of a watch/clock from INsert Picture ClipArt Office,
then assign the following macro to it.........

Sub TimeStamp()
ActiveCell.Value = Time
End Sub


hth
Vaya con Dios,
Chuck, CABGx3


"Ronel" wrote:

I have 19 users capturing data on excel.
With Visual Basic and the calendar control, I created a touch calendar to
insert new dates. Now I want to use something similar to capture TIME - a
little watch or something they can just click on when the cell is activated.
No manual typing required. Can you help me?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
synchronizing timestamp feature with time on video software. 999 Excel Discussion (Misc queries) 4 July 30th 06 10:49 PM
formula to determine time range overlap? William DeLeo Excel Discussion (Misc queries) 0 June 6th 06 08:26 PM
Hot key for time? Dave in Des Moines Excel Worksheet Functions 2 March 24th 06 04:15 PM
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM
Entering Times Denise Excel Discussion (Misc queries) 9 November 15th 05 04:57 PM


All times are GMT +1. The time now is 10:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"