I am trying to call a function when opening a book. I used the workbook_open () event. But I notice that before calling the function that is inside workbook_open (), all functions that already exist in the book are called.
How can I call my function to execute before calling any of the functions in the book?
thank
source
share