count time
From: Mark (markgora_at_hotmail.com)
Date: 06/16/04
- Next message: Jamie Collins: "Re: Taking over OLEObjects... Possible ?!"
- Previous message: Jamie Collins: "Re: Case when statement gives type mismatch"
- Next in thread: Tom Ogilvy: "Re: count time"
- Reply: Tom Ogilvy: "Re: count time"
- Reply: Mark Heyhoe: "RE: count time"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2004 02:44:10 -0700
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: Jamie Collins: "Re: Taking over OLEObjects... Possible ?!"
- Previous message: Jamie Collins: "Re: Case when statement gives type mismatch"
- Next in thread: Tom Ogilvy: "Re: count time"
- Reply: Tom Ogilvy: "Re: count time"
- Reply: Mark Heyhoe: "RE: count time"
- Messages sorted by: [ date ] [ thread ]