Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a usage log, below is the code:
Private Sub Workbook_Open() Open ThisWorkbook.Path & "\usage.log" For Append As #1 Print #1, Application.UserName, Now Close #1 End Sub However, I don't know where the log is stored therefore am not sure if it is working. Would someone be able to help me? Your guidance will be greatly appreciated. Thank you, J.B. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
limited usage | Excel Programming | |||
100% cpu usage | Excel Discussion (Misc queries) | |||
Cursor Usage | Excel Discussion (Misc queries) | |||
SQL - TOP 1 Usage | Excel Programming | |||
Command Usage | Excel Programming |