This works fine.Code:Private Sub Worksheet_SelectionChange(ByVal Target As Range) Range("C8").Value = Range("B3").Value + Range("E3").Value End Sub
Thank you for the support and guidance!
This works fine.Code:Private Sub Worksheet_SelectionChange(ByVal Target As Range) Range("C8").Value = Range("B3").Value + Range("E3").Value End Sub
Thank you for the support and guidance!
Last edited by DocAElstein; 08-28-2020 at 03:24 PM. Reason: Code Tags added - use # icon in editor window to get them
Bookmarks