Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default daily trade blotter

While day trading I'm required to keep a time log when each trade has been
executed.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default daily trade blotter

How nice. Do you have a question?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" <Day
wrote in message
...
While day trading I'm required to keep a time log when each trade has been
executed.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default daily trade blotter



"Don Guillett" wrote:

How nice. Do you have a question?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" <Day
wrote in message
...
While day trading I'm required to keep a time log when each trade has been
executed.


In column E, I will be inputing trades that are executed throughout the day. For each trade I need to time stamp what time such trade was executed in column F.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 123
Default daily trade blotter

It sounds like you want an automatic time stamp, but you said you
wanted to track the time the trade was executed, so I don't see how
Excel would get that info.
If you want to have the current time go into a cell you can type
[Ctrl]: (that is [Ctrl][Shift];).

On May 29, 10:22 am, Day Trader
wrote:
"Don Guillett" wrote:
How nice. Do you have a question?


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" <Day wrote in message
...
While day trading I'm required to keep a time log when each trade has been
executed.


In column E, I will be inputing trades that are executed throughout the day. For each trade I need to time stamp what time such trade was executed in column F.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default daily trade blotter

right click sheet tabview codeinsert thissave
Now when you enter something in col F the time will show in col G

Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("f2:f200")) Is Nothing Then Exit Sub
Target.Offset(, 1) = Time
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" wrote in message
...


"Don Guillett" wrote:

How nice. Do you have a question?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" <Day
wrote in message
...
While day trading I'm required to keep a time log when each trade has
been
executed.


In column E, I will be inputing trades that are executed throughout the
day. For each trade I need to time stamp what time such trade was
executed in column F.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default daily trade blotter



"Don Guillett" wrote:

right click sheet tabview codeinsert thissave
Now when you enter something in col F the time will show in col G

Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("f2:f200")) Is Nothing Then Exit Sub
Target.Offset(, 1) = Time
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" wrote in message
...


"Don Guillett" wrote:

How nice. Do you have a question?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Day Trader" <Day
wrote in message
...
While day trading I'm required to keep a time log when each trade has
been
executed.

In column E, I will be inputing trades that are executed throughout the
day. For each trade I need to time stamp what time such trade was
executed in column F.


I right click on Sheet 1

Then click on view code

Once in view code where do I type in save?
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
Trade Time Help Automatic Subtraction Mcfarlandb Excel Discussion (Misc queries) 0 April 25th 07 09:16 PM
copying trade values cj21 Excel Discussion (Misc queries) 1 February 14th 06 03:36 PM
business days - trade date plus 3 clegge Excel Worksheet Functions 2 January 11th 06 04:35 PM
How can I create a blotter? blotter Excel Worksheet Functions 1 April 12th 05 02:45 PM
Back-testing trade data Dismal Excel Worksheet Functions 1 March 16th 05 02:32 AM


All times are GMT +1. The time now is 05:14 PM.

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

About Us

"It's about Microsoft Excel"