I have the following code in Sub Workbook Open()
Worksheets("Name of Sheet".Activate
ActiveSheet.PageSetup.RightFooter = Application.UserName
In the event the user changes the name of the worksheet, how can I be sure the username gets into the footnote?
I need generic code, not specific to a particular workbook or worksheet.
Can anyone offer an alternative?