You can change the default username with vba. This is the default name that shows in “macro recorded by”, new comments, “last saved by” etc..
1. Put the following code somewhere in your macro
Application.UserName = "MonkeyCoder"
You can change the default username with vba. This is the default name that shows in “macro recorded by”, new comments, “last saved by” etc..
1. Put the following code somewhere in your macro
Application.UserName = "MonkeyCoder"