XLS Padlock and ActiveSheet.Protect issue

Hello Everyone,

I’ve built an Excel workbook that works just fine in standard mode (not compiled). Once I got it compiled, TextBoxes and Images that has VBA code associated (macro that inputs a content) are no more blocked, letting the user them to move around the sheet. The instruction that I’m using to protect sheets is:

ActiveSheet.Protect Password:=“Hello”, DrawingScenarios:=True, Contents:=True, Scenarios:=False, UserInterfaceOnly:=True

Anyone found this situation too?

Best regards,

Are you using this option in your XLS Padlock project?