Autorun Macro from a range of cells
Posted by Richard Winfield on January 04, 2002 11:58 AM
I have what is probably a very simple question, but I seem to be having troubvle finding the answer. I have seen posted here a few months ago a bit of VBA that would automatically run a macro when a change was made to a cell on a spreadsheet. I have a number of woorkbooks that have somewhere in the range of 30 lines of hard coded data, and then anywhere from 5-15 optional items. What I would like to be able to do is to call a macro when a value is entered into ANY of these optional items. The range for example may be C35:C50. At the opening of the woorkbook those cells are empty. If the user enters a value into any of those cells I would like to be able to have an existing macro run each time. At the same time if for example 2 options are selected I would like to have the macro run each time. Thanks in advance for any help :)