Excel help
Closed
steve0_t
-
Feb 23, 2010 at 09:28 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 23, 2010 at 09:36 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 23, 2010 at 09:36 AM
Related:
- Excel help
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel free download - Download - Spreadsheets
- Kernel for excel - Download - Backup and recovery
- Excel date format dd.mm.yyyy - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
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