View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Options when Protecting Worksheet

Hi
you can do the same within VBA. Just record a macro while settings
these options manually to see what options you have in VBA

--
Regards
Frank Kabel
Frankfurt, Germany


Brad E wrote:
When I Protect a worksheet, there are options I can select
or de-select that the user's can access. When I protect
with a macro, how can I keep the user's from selecting
locked cells?

TIA, Brad E.