How do I run a macro in the background

S

scrumboss

we need to run a macro in excel that will constantly check for changes in the
work book.
any help appreciated
 
A

Ardus Petus

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)

in ThisWorkBook code

HTH
 
Top