datestamp timestamp

  1. S

    VBA for DateStamp in Column "?" If cell in column "?" is =100. Excel for Mac 2015

    Can't seem to find something that works for my specific need. Can anyone help? Please let me know if I haven't included enough information. I need VBA for DateStamp in Column "?" If cell in column "?" is =100 Excel for Mac 2015
  2. G

    Timestamp Help

    I need to create a VBA code for a spreadsheet I am working on where if data is entered, or the cell is modified in any aspect, then a timestamp will appear in the cell under it. For example, if cell B1 or B2 was modified (data entry or whatnot), then in cell B4 a timestamp would appear. I...
  3. A

    Macro Help: Change Timestamp When Worksheet Range Changed

    Greetings, I am trying to have one cell (G5) populate with a timestamp when a change is made to any cells in a range (some are merged). The code below worked for a second, until it didn't. Any help would be greatly appreciated. Private Sub Worksheet_Change(ByVal Target As Range) If...
  4. P

    date/time stamps

    Private Sub Worksheet_Change(ByVal Target As Range) Dim Cell As Range For Each Cell In Target If Not Intersect(Cell, Union(Columns("A:A"), Columns("C:C"))) Is Nothing Then If Not Intersect(Cell, Columns("A:A")) Is Nothing Then Cells(Cell.Row, 4).Value = Date Else...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top