RE: count time
From: Mark Heyhoe (MarkHeyhoe_at_discussions.microsoft.com)
Date: 06/16/04
- Next message: LarryP: "Excel from Access/File Sharing"
- Previous message: BillT: "Re: Saving Absolute Hyperlinks"
- In reply to: Mark: "count time"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2004 06:37:01 -0700
Why not just stick the open file and write time in workbooks auto_open sub and the close time in the auto_close sub?
Mark
"Mark" wrote:
> I looking for VBA code produce: write to file.txt working
> life workbook by user.
>
> I have only code with open file time:
>
> Open ThisWorkbook.Path & "\file.txt" For Append As #1
> Print #1, Now, Application.UserName,
> Application.ActiveWorkbook.Name
> Close #1
>
> How and where i write variable and remain code to show
> total time usage by one user?
>
> Regards
> Mark
>
- Next message: LarryP: "Excel from Access/File Sharing"
- Previous message: BillT: "Re: Saving Absolute Hyperlinks"
- In reply to: Mark: "count time"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|