Hey Guys,
Probably something that isn't very hard. I have actually found out how to do the User Name.
VBA:
Cell Formula:
This takes care of the Username.
I can't, for some reason, find anything online about grabbing the workbook's author(s) name though. Anyone out there know how to do this?
later
Ty
Probably something that isn't very hard. I have actually found out how to do the User Name.
VBA:
Code:
Username = Environ("UserName")
Code:
=Username()
This takes care of the Username.
I can't, for some reason, find anything online about grabbing the workbook's author(s) name though. Anyone out there know how to do this?
later
Ty