There's a Public function in a workbook of mine (that I can't post here) that gets executed repeatedly every time the workbook is calculated even though there's no Application.Volatile or for that matter "volatile" anywhere in the code. It occurs for example when I make a copy of any sheet in the workbook. There's also no code in the Thisworkbook object or the copied sheet and there's no call to the function anywhere in the workbook. Any ideas why this might be happening?
↧