View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mcambrose mcambrose is offline
external usenet poster
 
Posts: 27
Default Why does code run evry time any xls file is opened

When I first startup excel it runs a subroutine that asks me to select a
printer? I can't see any add-ins installed that have this loaded. If there an
application level event that happens every time a file is opened. I don't
know where to look to see where it would be installed. I would think it is
similar to workbook_open event, which is stored in a specific file. Where
would this be stored as an event for all xls files? Thanks for any
suggestions.