Home Excel Powerpoint Word Outlook Error Codes

VBA Useful Codes

Welcome to the World of VBA
Home > VBAUsefulCodes

Change User Name with VBA


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...

sub change_username()
Application.UserName = "vbausefulcodes"
End sub


Subscribe

Enter your e-mail below and get notified on the latest blog posts.




Tags

VBA Outlook KPI Excel Alt+F11 Dashboards Macros Recording Graphs Automation Developer WaterFall Powerpoint Charts Pivot Tables Forecast Charts


Follow Us