Try this:
![]()
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Intersect(Target, Range("C29:C39")) Is Nothing Then Exit Sub Range("B29:B39") = Date End Sub
Put this in the worksheet event and not as a module.
Try this:
![]()
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Intersect(Target, Range("C29:C39")) Is Nothing Then Exit Sub Range("B29:B39") = Date End Sub
Put this in the worksheet event and not as a module.
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks