A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel 2000 vs 2002 Sheet protection & Validation cells



 
 
Thread Tools Display Modes
  #1  
Old July 16th, 2004, 01:38 PM
Andre Croteau
external usenet poster
 
Posts: n/a
Default Excel 2000 vs 2002 Sheet protection & Validation cells

Hello,

I have an Excel spreadsheet built on Excel 2000. I have set sheet
protection with password, and I have some unprotected cells with drop down
menu (validation with 50 choices) Everything works very well.

I sent this file to a friend who has Excel 2002. The same "unprotected"
validation cells cannot be modified in his version as the message says that
these cells are protected

What can be done in order to make it work on his version?? I do have some
"very hidden" sheet with password protected VBA properties, if that is an
issue.

Similarly there are some macros on that same spreadsheet that work on Excel
2000 with the sheet protection on, yet it doesn't work in Excel 2002 with
sheet protection on.
Any comments would be appreciated.

Thanks in advance.

André


  #2  
Old July 16th, 2004, 03:55 PM
Jim Rech
external usenet poster
 
Posts: n/a
Default Excel 2000 vs 2002 Sheet protection & Validation cells

All these things should work fine. I just created a workbook with a
validation dropdown and sheet protection on in Excel 2000 and it worked fine
in Excel 2002. I think I'd start over again making sure the file I sent was
okay. You can send it to me if you want and I'd be happy to test it. Clear
out anything propriary.

--
Jim Rech
Excel MVP
"Andre Croteau" wrote in message
...
Hello,

I have an Excel spreadsheet built on Excel 2000. I have set sheet
protection with password, and I have some unprotected cells with drop down
menu (validation with 50 choices) Everything works very well.

I sent this file to a friend who has Excel 2002. The same "unprotected"
validation cells cannot be modified in his version as the message says

that
these cells are protected

What can be done in order to make it work on his version?? I do have some
"very hidden" sheet with password protected VBA properties, if that is an
issue.

Similarly there are some macros on that same spreadsheet that work on

Excel
2000 with the sheet protection on, yet it doesn't work in Excel 2002 with
sheet protection on.
Any comments would be appreciated.

Thanks in advance.

André




  #3  
Old July 16th, 2004, 04:59 PM
Hari
external usenet poster
 
Posts: n/a
Default Excel 2000 vs 2002 Sheet protection & Validation cells

Hi Jim,

I came across something opposite.

I created a macro in which if data in a cell is inconsistent then that cell
would get shaded with yellow pattern.

The code I wrote in 2002.

Sheets(sheetName).Cells(n, a).Interior.ColorIndex = 6

The above used to run fine in 2002

But when the same sheet/code was run in 2000 then I used to get some sort of
run time error and the code stopped executing exactly at the line of code
pasted above.

When the same computer's excel was upgraded to Excel 2003 then the code ran
fine.

Regards,
Hari
India

"Jim Rech" wrote in message
...
All these things should work fine. I just created a workbook with a
validation dropdown and sheet protection on in Excel 2000 and it worked

fine
in Excel 2002. I think I'd start over again making sure the file I sent

was
okay. You can send it to me if you want and I'd be happy to test it.

Clear
out anything propriary.

--
Jim Rech
Excel MVP
"Andre Croteau" wrote in message
...
Hello,

I have an Excel spreadsheet built on Excel 2000. I have set sheet
protection with password, and I have some unprotected cells with drop

down
menu (validation with 50 choices) Everything works very well.

I sent this file to a friend who has Excel 2002. The same "unprotected"
validation cells cannot be modified in his version as the message says

that
these cells are protected

What can be done in order to make it work on his version?? I do have

some
"very hidden" sheet with password protected VBA properties, if that is

an
issue.

Similarly there are some macros on that same spreadsheet that work on

Excel
2000 with the sheet protection on, yet it doesn't work in Excel 2002

with
sheet protection on.
Any comments would be appreciated.

Thanks in advance.

André






  #4  
Old July 17th, 2004, 07:23 AM
Andre Croteau
external usenet poster
 
Posts: n/a
Default Excel 2000 vs 2002 Sheet protection & Validation cells

Hello All,

I did send my file to Jim, and he noticed that my "Unprotected" cells were
in fact "locked"
I assumed that they were unprotected since I was able to modify the content
of the cells with a drop down validation.

As Jim pointed out:
A good question is why the drop downs work in Excel 2000 and not 2002 (and
2003 btw). I think the answer is that MS re-worked worksheet protection in
Excel 2002 and "fixed" this intentionally or unintentionally.


Thanks Jim for all your help!

André





"Andre Croteau" wrote in message
...
Hello,

I have an Excel spreadsheet built on Excel 2000. I have set sheet
protection with password, and I have some unprotected cells with drop down
menu (validation with 50 choices) Everything works very well.

I sent this file to a friend who has Excel 2002. The same "unprotected"
validation cells cannot be modified in his version as the message says

that
these cells are protected

What can be done in order to make it work on his version?? I do have some
"very hidden" sheet with password protected VBA properties, if that is an
issue.

Similarly there are some macros on that same spreadsheet that work on

Excel
2000 with the sheet protection on, yet it doesn't work in Excel 2002 with
sheet protection on.
Any comments would be appreciated.

Thanks in advance.

André




  #5  
Old July 17th, 2004, 03:31 PM
Jim Rech
external usenet poster
 
Posts: n/a
Default Excel 2000 vs 2002 Sheet protection & Validation cells

Sheets(sheetName).Cells(n, a).Interior.ColorIndex = 6

I guess I'd have to know the exact circumstances the error occurred in and
the full error message to figure out what the problem is. Of course the code
above runs fine in 2000 if you just stick it in a new workbook and run it.

--
Jim Rech
Excel MVP
"Hari" wrote in message
...
Hi Jim,

I came across something opposite.

I created a macro in which if data in a cell is inconsistent then that
cell
would get shaded with yellow pattern.

The code I wrote in 2002.

Sheets(sheetName).Cells(n, a).Interior.ColorIndex = 6

The above used to run fine in 2002

But when the same sheet/code was run in 2000 then I used to get some sort
of
run time error and the code stopped executing exactly at the line of code
pasted above.

When the same computer's excel was upgraded to Excel 2003 then the code
ran
fine.

Regards,
Hari
India

"Jim Rech" wrote in message
...
All these things should work fine. I just created a workbook with a
validation dropdown and sheet protection on in Excel 2000 and it worked

fine
in Excel 2002. I think I'd start over again making sure the file I sent

was
okay. You can send it to me if you want and I'd be happy to test it.

Clear
out anything propriary.

--
Jim Rech
Excel MVP
"Andre Croteau" wrote in message
...
Hello,

I have an Excel spreadsheet built on Excel 2000. I have set sheet
protection with password, and I have some unprotected cells with drop

down
menu (validation with 50 choices) Everything works very well.

I sent this file to a friend who has Excel 2002. The same
"unprotected"
validation cells cannot be modified in his version as the message says

that
these cells are protected

What can be done in order to make it work on his version?? I do have

some
"very hidden" sheet with password protected VBA properties, if that is

an
issue.

Similarly there are some macros on that same spreadsheet that work on

Excel
2000 with the sheet protection on, yet it doesn't work in Excel 2002

with
sheet protection on.
Any comments would be appreciated.

Thanks in advance.

André








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2000: Unprotected cells - How to prevent cursor from wrapping? Bertus Theron General Discussion 1 June 23rd, 2004 09:02 AM
excel conversion from 2000 to text in 2002 jo Worksheet Functions 0 June 10th, 2004 01:59 AM
Excel 2002 "auto" number format Norman Harker Worksheet Functions 0 February 26th, 2004 04:40 AM
Excel 2000 - Worksheet Protection Problem ksp Worksheet Functions 0 February 18th, 2004 08:12 AM
importing a works 2000 data base to excel 2002 from xp professional Dawn Worksheet Functions 6 October 13th, 2003 09:13 PM


All times are GMT +1. The time now is 04:09 PM.


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