Armstrong_N14
Board Regular
- Joined
- Aug 19, 2023
- Messages
- 100
- Office Version
- 365
- Platform
- Windows
Good Day, Everyone!
Hope this SOS finds you all in good health.
I can't seem to put the right syntax for the builtinproperties code to show the last author of a specific file due to the twist that the file that needs to show who saved it last is a different file from where the builtinproperties code is being written.
Example:
Checker.xlsm is the file that has a table that shows the breakdown of files with it's last saved time stamp and last author, in each file in the list, there is a corresponding cell that shows the path of the file where it it saved. I was able to show the last saved time stamp but not the last author(last saved by)
Sample code:
Funtion Lastauthor()
Lastauthor=Thisworkbook. Builtinproperties("Last Author")
End function
I'd like to put the file path on the Thisworkbook portion of the code but I can't seem to make it to work.
Please help me. Thanks a lot in advance.
Hope this SOS finds you all in good health.
I can't seem to put the right syntax for the builtinproperties code to show the last author of a specific file due to the twist that the file that needs to show who saved it last is a different file from where the builtinproperties code is being written.
Example:
Checker.xlsm is the file that has a table that shows the breakdown of files with it's last saved time stamp and last author, in each file in the list, there is a corresponding cell that shows the path of the file where it it saved. I was able to show the last saved time stamp but not the last author(last saved by)
Sample code:
Funtion Lastauthor()
Lastauthor=Thisworkbook. Builtinproperties("Last Author")
End function
I'd like to put the file path on the Thisworkbook portion of the code but I can't seem to make it to work.
Please help me. Thanks a lot in advance.