View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tykeinburton tykeinburton is offline
external usenet poster
 
Posts: 2
Default Protection killed by sort button

Hi, I am working in Excel 2000.

I have a spreadsheet with one worksheet protected on open with
userinterfaceonly set to true to allow users to use the autofilters.

Users also need to use the sort function, so I have created a button
which simply calls the excel sort dialogue box. But when ok is pressed
on the dialogue box the protection on the worksheet has been removed.

Can anyone explain why this is happening, and suggest how to resolve
the issue, as we need the protection in place to prevent accidental
loss of data.

Thanks

Martin.