Ronin207
03-30-2003, 08:58 AM
The purpose of my spreadsheet is to distribute it to other to use with out making modifications to formulas or even to see background code.
1. protect the sheet -
I'm trying to protect the my worksheets from being modified except for several cell that the user must input. :D
The worksheet also has code behind it to run calculation and display results in some of the "protected" cells.
The problem is that when you lock the worksheet, it stops the code's ability to change those cells also.
is there a way that i can protect the worksheet but allow for the excel code to change protected cells?
2. Hide the VBA code from VBA editor -
How is this accomplished?
Any help would be greatly appreciated.
1. protect the sheet -
I'm trying to protect the my worksheets from being modified except for several cell that the user must input. :D
The worksheet also has code behind it to run calculation and display results in some of the "protected" cells.
The problem is that when you lock the worksheet, it stops the code's ability to change those cells also.
is there a way that i can protect the worksheet but allow for the excel code to change protected cells?
2. Hide the VBA code from VBA editor -
How is this accomplished?
Any help would be greatly appreciated.