I am now "packaging" the form for dissemination to the ultimate users. The Form is 95% formula so I tried to lock the sheet except for the input cells $D$13:$AA$42, $D$44:$AA$73 and D$10 but the debugger led me to:
Code:
cll.Errors(xlUnlockedFormulaCells).Ignore = True
Is there any other way of unlocking the input cells?
Thank you.