Hi Guys,

i am triggering code in worksheet refering to named ranges like:

If Not Intersect(Target, Application.Range("Vn_Input_HANA_Production")) Is Nothing then
users noticed that when they have opened more than 1 instance of my master workbook some macros are not triggered.
i suppose that i am refering to application global property (application.range) and this is the root cause.

It is possible to workaround this?

Best,
Jacek