Results 1 to 9 of 9

auto save when open and adding current date to file

Threaded View

  1. #1
    Registered User
    Join Date
    07-30-2012
    Location
    Shippensburg, PA
    MS-Off Ver
    office 2007, Frontpage and Visio 2003
    Posts
    22

    Question auto save when open and adding current date to file

    I am trying to idiot proof my workbook to auto save upon opening with the same file name with the current date added on the end. I have the file write protected by selecting properties and checking the box to write protect.

    I do not see a new file name being created.

    Private Sub Workbook_Open()
        objWorkbook.SaveAs "K:\Test\" & objWorkbook.Name & Format(Date, "MMMddYYYY")
    End Sub
    Thanks in Advance,

    Christopher aka Ferrum
    Last edited by ferrum_equitis; 12-04-2012 at 01:04 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