View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Executing sub procedure when Excel starts

Hi
put the code in the workbook_open event of this macro

--
Regards
Frank Kabel
Frankfurt, Germany


strataguru wrote:
Hi,

I would like to create an add-in that - when Excel begins - lauches

a
macro based on certain parms (like date, time, etc).

How do I get the add-in to execute upon Excel starting up? I am

going
to have a scheduler kick off Excel - just don't know how to get my
procudures to execute within Excel automatically.

Thanks!