SkipVought,
As soon as i submitted that post I figured out how to fix it. Isnt that how it always seems to work? I have another annoyance though that maybe you would know how to fix off the top of your head. I created a class module that treats the activeworkbook as if its my addins workbook. This allows me to throw a combobox up on to the worksheet everytime I open a version of a certain workbook. (The guy before me used a certain workbook as a template and then would SaveAs and put a name and date on it so theres hundreds of these workbooks) However, when I click on that combobox to select an item, it then puts a Combobox_click event procedure in the thisworkbook module of the workbook I'm using. This is annoying because I've got my macro security settings set to medium so every time I open one of these worksheets it asks me if I want to enable macros. Not that big of a deal but annoying since one of the reasons I'm using addins is so that there aren't macros in each of the hundreds of copies of this workbook. Any ideas how to turn that off so that it doesnt put the event_procedure in there? Thanks for the help.