Hi all,
I have written a C++ dll that can be used from VBA to abort\change the default worksheet protected warning message.
XLProtectWarning32.dll
XLProtectWarning64.dll
#include "Header.h"
#include windows.h<windows.h><windows.h>
#define DLL_EXPORTS
HHOOK hookHandle = NULL;
HMODULE...