I would like the user name to appear as a footnote in Excel. I have the syntax to access the network login id, but I want to capture the user's full name from Excel. Does anyone know how to do this?
Same question, new twist. How do I get this information into the footer of all worksheets? The user may add worksheets and I want to make sure the username is captured on all of them? My macro appears below:
Private Sub Workbook_Open()
Worksheets("Event Wizard".PageSetup.RightFooter = Application.UserName
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.