Hi Team,
I am working on a worksheet event. My requirement is whenever new data is added to the table I am trying to call a macro.
(My table has been connected to Mysql database)
Private Sub Worksheet_Change(ByVal Target As Range)
Dim Records As Range
Set Records = Range("Stockout")
If Not...