View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] marston.gould@alaskaair.com is offline
external usenet poster
 
Posts: 102
Default Protected Shared Workbook

I created a user app/ spreadsheet .

I tested workbooks/worksheet and everything was fine then I made
a mistake and accidentially Protected it as a Shared Workbook.

Now the code is hanging up on what I'm guessing is a
ActiveSheet.Unprotect line
Is there anyway to reset the file so that its not shared? There's no
password on it.
But even when I Unprotect it, I can't access the VB modules anymore.