continual running of a macro
Posted by Kevin Gagnon on January 30, 2002 2:51 PM
I am trying to write a macro so that when the user changes a value it auto matically updates a value on the other page (i.e. If sheet1.range("A1") = 5 then sheet2.range("A1") = 6 ) I can get the macros to run when the workbook opens, or when the user presses the designated "Ctrl-(Key)" but i want it so that the macro starts when the workbook is opened and continually runs until the workbook is closed. How do I go about doing this?