I'm attempting to debug a spreadsheet fm an unknown developer. On the spreadsheet are a number of dropdown objects. I right-click on one of the dropdown objects go to Assign Maco... option and see a macro name such as DropDown4_Change assigned to this object. I don't see the code for this macro anywhere in the spreadsheet. I go to vba and there's no corresponding sub or module for this macro that I can see. The macro works without error. It assigns a range of values (which I also can't find) to display in the dropdown and based on what's selected the linked cell's color gets set or changed. I need to add or modify the options in each dropdown box. Where is the macro or the module or the worksheet that performs this operation?
Thanks
Thanks