View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The unFriendly XTech IT Dept The unFriendly XTech IT Dept is offline
external usenet poster
 
Posts: 2
Default Code for all workbooks

Hello,

I would like to create an Add-In or some other method that would run some
code when every workbook is open and when every workbook is closed.

I am aware of the Workbook_open event and the beforeClose event but how do I
program my add in to run code at those times, for everything that open or
closes?

Thanks,
Kevin
The Disgruntled XTech IT Dept