ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Newbie Question, NOW() function (https://www.excelbanter.com/excel-worksheet-functions/91122-newbie-question-now-function.html)

justin4480

Newbie Question, NOW() function
 

I have created a simple macro that creates a time stamp on a specific
cell using the NOW() function. It works perfectly, but resets the
time/date each time I open the document.

Any help would be greatly appreciated.


Code Below:

Sub Time_Stamp()
'
' Time_Stamp Macro
'
Range("B11").Select
ActiveCell.FormulaR1C1 = "=NOW()"
Range("B12").Select

End Sub


--
justin4480
------------------------------------------------------------------------
justin4480's Profile: http://www.excelforum.com/member.php...o&userid=34907
View this thread: http://www.excelforum.com/showthread...hreadid=546465


Paul B

Newbie Question, NOW() function
 
Justin4480, try this

Sub Time_Stamp()
'
' Time_Stamp Macro
'
Range("B11") = Now

End Sub


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"justin4480" wrote
in message ...

I have created a simple macro that creates a time stamp on a specific
cell using the NOW() function. It works perfectly, but resets the
time/date each time I open the document.

Any help would be greatly appreciated.


Code Below:

Sub Time_Stamp()
'
' Time_Stamp Macro
'
Range("B11").Select
ActiveCell.FormulaR1C1 = "=NOW()"
Range("B12").Select

End Sub


--
justin4480
------------------------------------------------------------------------
justin4480's Profile:

http://www.excelforum.com/member.php...o&userid=34907
View this thread: http://www.excelforum.com/showthread...hreadid=546465




justin4480

Newbie Question, NOW() function
 

Perfect.

Thanks Paul


--
justin4480
------------------------------------------------------------------------
justin4480's Profile: http://www.excelforum.com/member.php...o&userid=34907
View this thread: http://www.excelforum.com/showthread...hreadid=546465


Paul B

Newbie Question, NOW() function
 
Your welcome

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"justin4480" wrote
in message ...

Perfect.

Thanks Paul


--
justin4480
------------------------------------------------------------------------
justin4480's Profile:

http://www.excelforum.com/member.php...o&userid=34907
View this thread: http://www.excelforum.com/showthread...hreadid=546465





All times are GMT +1. The time now is 11:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com