Excel help
Closed
steve0_t
-
Feb 23, 2010 at 09:28 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 23, 2010 at 09:36 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 23, 2010 at 09:36 AM
Related:
- Excel help
- Excel date format dd.mm.yyyy - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- Number to words in excel - Guide
- Screenshot in excel - Guide
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Feb 23, 2010 at 09:36 AM
Feb 23, 2010 at 09:36 AM
You would have to use event function change of the sheet.
some thing like
Private Sub Worksheet_Change(ByVal Target As Range)
if (range("H3")<> "" then Range("I3") = date()
End Sub
some thing like
Private Sub Worksheet_Change(ByVal Target As Range)
if (range("H3")<> "" then Range("I3") = date()
End Sub