+ Reply to Thread
Results 1 to 3 of 3

Freezing the date &Trasferring values

Hybrid View

  1. #1
    Registered User
    Join Date
    05-13-2009
    Location
    Kuwait
    MS-Off Ver
    Excel 2007
    Posts
    1

    Unhappy Freezing the date &Trasferring values

    Hi
    I am a complete novice in Excel Macros so please don't think that I am insulting your intelligence by asking such a dumb question

    I am trying to work on two things:

    The first one is ,I want the date in a particular cell to remain fixed once I've finalized and saved the sheet.It shoudn't change if I open the worksheet after a couple of days.

    The second one is to retrieve values form one sheet and display it as a summary in another sheet. (please see the attached excel sheet for more details)

    Could someone please send me a bespoke macros for this please?

  2. #2
    Forum Contributor mubashir aziz's Avatar
    Join Date
    03-18-2009
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2013
    Posts
    533

    Re: Freezing the date &Trasferring values

    Where is the File ??????
    If this post helps, Please don't 4get to click the star icon located at the bottom left of my Post.

  3. #3
    Forum Contributor mubashir aziz's Avatar
    Join Date
    03-18-2009
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2013
    Posts
    533

    Re: Freezing the date &Trasferring values

    Click Alt + F11 in your new work book and then on left side double click work book and paste this code .....

    It will save Date & Time in column B1 before save and you will be able to see your last Save Date

    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)

    Sheets("Sheet1").Range("B1").Value = ThisWorkbook.BuiltinDocumentProperties("Last Save Time")


    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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