Protection?

  • Thread starter Thread starter Stu
  • Start date Start date
S

Stu

Is there a way to protect a worksheet but still let the users run a macro on
it or is that not possible?

Thanks
 
Hi Stu

Sure, thats very possible and very common. All it takes is something that starts the macro
(an event, a button, a menu item) and a macro that doesn't err on possibly protected
worksheets -that's "doesnt try to perform actions that protection won't let it do".
 
Back
Top