View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MAB MAB is offline
external usenet poster
 
Posts: 40
Default template macro executing problem the 2nd time

I have a right click menu macros built in to a template. After creating a
new workbook (with this template), if I create a new workbook using the same
template, Excel wants to execute the right click macro from the 1st workbook
(even if the 1st workbook is closed). Whether the 1st workbook is closed or
not, I don't want the 2nd workbook to execute the macro from the 1st.

Any thoughts?