I've got some VB code that does what I want it to do. I've used this code to replace formulas in the Worksheet since I want to turn Calculation to Manual.
I've placed the Code in the appropriate Worksheet module and it works fine if I Call that routine.
But, how do I get the VB code to just run when the workbook is open, and do what I want it to do when Cells change on that worksheet, without having to specifically Call it's routine ??
If I need to continually Call the routine then why not leave the formulas in the Excel cells, and turn the Calculation back to Automatic ??
Thanks
I've placed the Code in the appropriate Worksheet module and it works fine if I Call that routine.
But, how do I get the VB code to just run when the workbook is open, and do what I want it to do when Cells change on that worksheet, without having to specifically Call it's routine ??
If I need to continually Call the routine then why not leave the formulas in the Excel cells, and turn the Calculation back to Automatic ??
Thanks