Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Over=protection - Can't even select a cell

Check the Sheet properties in the VBE, it sounds like
EnableSelection = xlUnlockedCells
if so change it to
EnableSelection = xlNoRestrictions

Cheers

Dave

"Gordon Humphreys" wrote in message
...
I'm not sure if this is the right place to ask: if not perhaps you can
point in the right direction.

I have been converting a system based on Excel 4 macros to VB with
valuable help from this group. All going well until ...

One user has invested in new computers, one with Widows XP home, the
other with professional.

The system protects each sheet as it progresses through the work,
leaving some cell unlocked for entry later.

But with XP the protection operation results in total 'glassing-over' ie
it is not possible even to select a cell, let alone edit it. Unlocking
cancels the problem but is not safe (the systems are used by doctors so
need to be foolproof).

The code used is simple:
Sub VBProtect()
ActiveSheet.Protect "password"
End Sub

Is there some trick I am missing?




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA: Column Select then Data Select then return to cell A1 James C[_2_] Excel Discussion (Misc queries) 3 February 1st 10 11:35 AM
Using formulas to select cells (Ex: Select every nth cell in a col Lakeview Photographic Services Excel Discussion (Misc queries) 2 March 15th 07 02:17 PM
sheet protection - only selected range to be able to select/input data Corey Excel Worksheet Functions 7 February 13th 07 05:41 PM
Cell Protection vs. Worksheet Protection kmwhitt Excel Discussion (Misc queries) 4 September 24th 06 02:37 AM
Over=protection - Can't even select a cell Hank Scorpio Excel Programming 0 August 9th 03 08:13 AM


All times are GMT +1. The time now is 07:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"