Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I have an Excel file (userfile.xls) that users make a copy and use it to make analysis. I want to track who uses it and the date that uses the file. I need some help with the code, and the code will be part of Workbook_Open code and will execute when the userfile.xls file is opened. I am looking for the code that will put the username in Cell A1 of Sheet1 in the userfile.xls file. Then it will populate the username and the date (e.g. now()) into an external Excel tracking file (trackfile.xls) under columns A and B for username and date, respectively. If Cell A1 of Sheet1 in the userfile.xls is already populated with a username, the code will not execute (populate Cell A1 of Sheet1 in the userfile.xls nor the trackfile.xls). Since there will be more than one user, I would like the code to populate the username and date in the trackfile.xls on the next (empty) row of previously recorded username and date, instead of overwriting the previous ones. Since the trackfile.xls file will be on the network and the userfile.xls can be used without being on the network, I would like the code not to execute. The code will only execute when the userfile.xls file is used while connecting to the network. Lastly I would like the code to execute without being realized by the users that the usage is being tracked. Please help. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Writing a macro in Excel that Refreshes External Imported Text File | Excel Programming | |||
Open external data (varying file names) and closing file once data is retrieved | Excel Programming | |||
Writing streaming data to txt file | Excel Programming | |||
writing data to a tab delimited text file? | Excel Programming | |||
Writing to a text file some data | Excel Programming |