Hi all,
I have created a function returning a date with two arguments: two numbers that come from cells within the same workbook. When any event-type change occurs in any sheet (for instance deleting/copying range, changing the value of a range), the function fires alone with the two last given arguments. Moreover when the compiler gets the the the "End Function" line, it fires the same function over for about 5-10 times. I tried to set application.enableevents=false as a test and it worked. When I set it back to =true again, the function wasn't firing alone.. until the workbook is re-opened. Does anyone have a clue about what could be the explanation?
Thanks,
Bookmarks