Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-13-2016, 03:47 AM
leviavnon leviavnon is offline using "save date" in excel. Windows XP using "save date" in excel. Office 2010 32bit
Novice
using "save date" in excel.
 
Join Date: Jun 2016
Posts: 3
leviavnon is on a distinguished road
Wink using "save date" in excel.

Is there any way to plant in Excel, an equivalent of the word field :
{ savedate.....mergeformat } ?
-An automatic date that will change each time I save the file?
I tried a simple copy. Didnt work.
please help.


Levi
Reply With Quote
  #2  
Old 06-13-2016, 04:39 AM
jeffreybrown jeffreybrown is offline using "save date" in excel. Windows Vista using "save date" in excel. Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Hello Levi & Welcome to the Forum,

You would have to use code...

Something like this placed in the ThisWorkbook module

Code:
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Sheets("Sheet1").Range("A1").Value = Now
End Sub
http://www.rondebruin.nl/win/code.htm
Reply With Quote
  #3  
Old 06-14-2016, 11:34 PM
leviavnon leviavnon is offline using "save date" in excel. Windows XP using "save date" in excel. Office 2010 32bit
Novice
using "save date" in excel.
 
Join Date: Jun 2016
Posts: 3
leviavnon is on a distinguished road
Default save date

Hi Jeffrey

thats above my level.
Many thanks.
Levi
Reply With Quote
  #4  
Old 06-15-2016, 08:02 AM
KunleExcel KunleExcel is offline using "save date" in excel. Windows 8 using "save date" in excel. Office 2010 32bit
Novice
 
Join Date: Jun 2016
Location: Nigeria
Posts: 17
KunleExcel is on a distinguished road
Default Automatic Date

You can use Today function: =today()
Reply With Quote
  #5  
Old 06-16-2016, 07:52 AM
leviavnon leviavnon is offline using "save date" in excel. Windows XP using "save date" in excel. Office 2010 32bit
Novice
using "save date" in excel.
 
Join Date: Jun 2016
Posts: 3
leviavnon is on a distinguished road
Default save date

many thanks, I wanted a solution simmilar to "save date" like in "word".
appreciate your time.
Levi.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use a "Save As" button without causing digital signatures to become "Invalid"? jferg Word VBA 0 02-16-2016 03:04 PM
When using "Save and Send" from Excel 2010, the email opens with no ribbons and seems to hang. bjsusol Outlook 1 03-31-2015 11:03 PM
Disable "Save" & "Save As" & "Print" ribbon Villalobos Word VBA 3 07-14-2014 11:37 PM
using "save date" in excel. How to "deactivate" the Excel's SAVE function KIM SOLIS Excel 1 11-05-2011 01:57 AM
"Microsoft Excel Application" missing in the "Component Services" on win08 sword.fish Excel 0 02-26-2010 02:09 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:33 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft