Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to do something relatively simple using VBA but the code I wrote
is not responding. I am trying to have cell "C16" record or 'log' the date (and the time if anyone knows how to do this) that cell "C13" is changed to "Y". Here is my code: Private Sub Workbook_Open() CloseLog = Worksheets("Administrator").Cells("C13") If CloseLog = Y Then With Worksheets("Administrator").Cells("C16") .Value = Date .NumberFormat = "mm/dd/yyyy h:mm AM/PM" End With End If End Sub Thanks in advance, IP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate including a date so that the date appears as a date | Excel Worksheet Functions | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
copy date based on date -refer to date range | Excel Programming | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |