thumbtwiddler
IS-IT--Management
Hoping someone can help me here as I'm a bit confused and I'm sure I'm missing something simple.
Essentially, on a multi-tab file, my code protects and unprotects the sheet quite a lot but when it's protected, the Ctrl & PgUp or PgDown stop functioning correctly, as in doesn't move tabs but instead shoots you off to the right into column AE and keeps jumping each time but never moves tab.
However, if I step through ActiveSheet.Next.Select in debugger when the security is on, it moves as I'd expect. No change events or such like so I'm a bit confused.
Seems strange to me but I'm sure someone's come across it before (although I tried looking for it with search on this forum and failed, my search-fu is weak) - if so, any advice on why or what it's doing would be greatly appreciated.
Thanks in advance.
Essentially, on a multi-tab file, my code protects and unprotects the sheet quite a lot but when it's protected, the Ctrl & PgUp or PgDown stop functioning correctly, as in doesn't move tabs but instead shoots you off to the right into column AE and keeps jumping each time but never moves tab.
However, if I step through ActiveSheet.Next.Select in debugger when the security is on, it moves as I'd expect. No change events or such like so I'm a bit confused.
Seems strange to me but I'm sure someone's come across it before (although I tried looking for it with search on this forum and failed, my search-fu is weak) - if so, any advice on why or what it's doing would be greatly appreciated.
Thanks in advance.