excel load event

Hi,
Currently I have created a macro which I should place inside the load event
How do I find the load event of an excel template.
This is to place a code in there so it runs when excel template loads.
Thanks



Answer this question

excel load event

  • EtherealSky

    Define a sub Workbook_Open in the ThisWorkbook object of the document, place your code in there, and you should be all set.



  • excel load event