Results 1 to 3 of 3

Add users' Initials to the footer

Threaded View

  1. #2
    Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    379
    How about this macro...

    Sub Footer()
    With ActiveSheet.PageSetup
             .LeftFooter = "Revised on " & Date & " by " & Application.UserName
    End With
    
    End Sub
    You would have to work out when you'd like this to happen, be it when the document saves, when it opens etc.
    Last edited by ChrisMattock; 11-24-2008 at 05:18 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1