Re: $$Excel-Macros$$ Re: How to creat digital watch in excel

2012-06-19 Thread ChilExcel
Rajan 

only commented the work I've done

1 .- move the cursor and enter hours
2 .- hours Clickleft button entry
3 .- add ins stopwatch to determine differences
4 .- formulated to test differences

Atte

Chilexcel




2012/6/19 Suman 

> Thanks a lot rajan jee..!
>
> --
>
>
>
>
>
>
>
>
>
> *Suman Kumar*
>
>
>
>
>  On Tue, Jun 19, 2012 at 4:21 PM, Rajan_Verma wrote:
>
>> Hi
>>
>> In workbook code module Paste this :
>>
>>
>> Private Sub Workbook_BeforeClose(Cancel As Boolean)
>> StopIt
>> End Sub
>>
>> Private Sub Workbook_Open()
>>GetStart
>> End Sub
>>
>> in Standart Module paste this:
>>
>>
>> Sub GetStart()
>> Range("A1").Value = Format(Now, "HH:MM:SS")
>> Application.OnTime Now + TimeValue("00:00:01"), "GetStart"
>> End Sub
>> Sub StopIt()
>> On Error Resume Next
>> Application.OnTime Now + TimeValue("00:00:01"), "GetStart", , False
>> End Sub
>> Save your file in xlsm format , close it and Reopen ..
>>
>> HTH
>>
>> Rajan.
>>
>>
>>
>> On Tuesday, 19 June 2012 15:49:10 UTC+5:30, suman kumar wrote:
>>
>>> Hi,
>>> every one..!
>>> i'm trying to write a macro to create a digital watch in excel please
>>> guide me..
>>>
>>> Regards,
>>> @Suman
>>> Send on the move with Galexy y.
>>>
>> --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>>
>> 2) Don't post a question in the thread of another member.
>>
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>>
>> 4) Acknowledge the responses you receive, good or bad.
>>
>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>
>
>
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Visita ; http://sites.google.com/site/chilexcel/Home
Visita ; http://www.youtube.com/user/timextag41

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com<>

Re: $$Excel-Macros$$ Re: How to creat digital watch in excel

2012-06-19 Thread Suman
Thanks a lot rajan jee..!

-- 









*Suman Kumar*




On Tue, Jun 19, 2012 at 4:21 PM, Rajan_Verma wrote:

> Hi
>
> In workbook code module Paste this :
>
>
> Private Sub Workbook_BeforeClose(Cancel As Boolean)
> StopIt
> End Sub
>
> Private Sub Workbook_Open()
>GetStart
> End Sub
>
> in Standart Module paste this:
>
>
> Sub GetStart()
> Range("A1").Value = Format(Now, "HH:MM:SS")
> Application.OnTime Now + TimeValue("00:00:01"), "GetStart"
> End Sub
> Sub StopIt()
> On Error Resume Next
> Application.OnTime Now + TimeValue("00:00:01"), "GetStart", , False
> End Sub
> Save your file in xlsm format , close it and Reopen ..
>
> HTH
>
> Rajan.
>
>
>
> On Tuesday, 19 June 2012 15:49:10 UTC+5:30, suman kumar wrote:
>
>> Hi,
>> every one..!
>> i'm trying to write a macro to create a digital watch in excel please
>> guide me..
>>
>> Regards,
>> @Suman
>> Send on the move with Galexy y.
>>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com<>

RE: $$Excel-Macros$$ Re: How to creat digital watch in excel

2012-06-19 Thread Rajan_Verma
nice


Regards
Rajan verma
+91 7838100659 [IM-Gtalk]

-Original Message-
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of ChilExcel
Sent: 19 June 2012 9:09
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Re: How to creat digital watch in excel

Rajan ..

I created an add ins to add to the clock its purpose is to determine the
timecode breaks

 talk about its usefulness

example



   Stat  End time difference
21:49:23,66 21:49:28,61 00:00:04,95

Chilexcel

2012/6/19 Rajan_Verma :
> Hi
>
> In workbook code module Paste this :
>
>
> Private Sub Workbook_BeforeClose(Cancel As Boolean)
>     StopIt
> End Sub
>
> Private Sub Workbook_Open()
>    GetStart
> End Sub
>
> in Standart Module paste this:
>
>
> Sub GetStart()
>     Range("A1").Value = Format(Now, "HH:MM:SS")
>     Application.OnTime Now + TimeValue("00:00:01"), "GetStart"
> End Sub
> Sub StopIt()
>     On Error Resume Next
>     Application.OnTime Now + TimeValue("00:00:01"), "GetStart", , 
> False End Sub Save your file in xlsm format , close it and Reopen ..
>
> HTH
>
> Rajan.
>
>
>
> On Tuesday, 19 June 2012 15:49:10 UTC+5:30, suman kumar wrote:
>>
>> Hi,
>> every one..!
>> i'm trying to write a macro to create a digital watch in excel please 
>> guide me..
>>
>> Regards,
>> @Suman
>> Send on the move with Galexy y.
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like 
> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and 
> Need Advice will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security 
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum 
> in signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. 
> Forum owners and members are not responsible for any loss.
>
> --
>  To post to this group, send email to 
> excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com



--
Visita ; http://sites.google.com/site/chilexcel/Home
Visita ; http://www.youtube.com/user/timextag41

--
--
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security
measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.


--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to
excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ Re: How to creat digital watch in excel

2012-06-19 Thread ChilExcel
Rajan ..

I created an add ins to add to the clock
its purpose is to determine the timecode breaks

 talk about its usefulness

example



   Stat  End time difference
21:49:23,66 21:49:28,61 00:00:04,95

Chilexcel

2012/6/19 Rajan_Verma :
> Hi
>
> In workbook code module Paste this :
>
>
> Private Sub Workbook_BeforeClose(Cancel As Boolean)
>     StopIt
> End Sub
>
> Private Sub Workbook_Open()
>    GetStart
> End Sub
>
> in Standart Module paste this:
>
>
> Sub GetStart()
>     Range("A1").Value = Format(Now, "HH:MM:SS")
>     Application.OnTime Now + TimeValue("00:00:01"), "GetStart"
> End Sub
> Sub StopIt()
>     On Error Resume Next
>     Application.OnTime Now + TimeValue("00:00:01"), "GetStart", , False
> End Sub
> Save your file in xlsm format , close it and Reopen ..
>
> HTH
>
> Rajan.
>
>
>
> On Tuesday, 19 June 2012 15:49:10 UTC+5:30, suman kumar wrote:
>>
>> Hi,
>> every one..!
>> i'm trying to write a macro to create a digital watch in excel please
>> guide me..
>>
>> Regards,
>> @Suman
>> Send on the move with Galexy y.
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
> not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com



-- 
Visita ; http://sites.google.com/site/chilexcel/Home
Visita ; http://www.youtube.com/user/timextag41

-- 
-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com




$$Excel-Macros$$ Re: How to creat digital watch in excel

2012-06-19 Thread Rajan_Verma
Hi
 
In workbook code module Paste this :
 
 
Private Sub Workbook_BeforeClose(Cancel As Boolean)
StopIt
End Sub
 
Private Sub Workbook_Open()
   GetStart
End Sub
 
in Standart Module paste this:
 
 
Sub GetStart()
Range("A1").Value = Format(Now, "HH:MM:SS")
Application.OnTime Now + TimeValue("00:00:01"), "GetStart"
End Sub
Sub StopIt()
On Error Resume Next
Application.OnTime Now + TimeValue("00:00:01"), "GetStart", , False
End Sub
Save your file in xlsm format , close it and Reopen ..
 
HTH
 
Rajan.
 
 

On Tuesday, 19 June 2012 15:49:10 UTC+5:30, suman kumar wrote:

> Hi,
> every one..!
> i'm trying to write a macro to create a digital watch in excel please 
> guide me..
>
> Regards,
> @Suman
> Send on the move with Galexy y.
>

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com