How to call user define function when excel sheet being opened

Posted by Nimo on Stack Overflow See other posts from Stack Overflow or by Nimo
Published on 2010-03-16T12:57:07Z Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 210

Filed under:
|

Hi,

I'm trying to call a function when a workbook is being opened. I used workbook_open() event. But I notice that before calling function which is inside workbook_open(), all the functions that already exists in the workbook are being called.

How can I call my function to execute before calling any of functions in the workbook?

Thank you

© Stack Overflow or respective owner

Related posts about excel

Related posts about vba