Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Lock out manual input to cells?

I have a spreadsheet that is updated via DDE links. Currently, I have
a computer set up with keyboard and mouse at the piece of equipment
that I am communicating with. My problem is that people can just walk
up to the computer and modify my spreadsheet. The spreadsheet is
always open because it is viewed by operators, but I do not want them
to have the ability to modify the sheet, all modifying is done by the
DDE links. Is there any way to set Excel to prevent input by a user?
I could simply unplug the keyboard but I need to access the PC on
occasion. Any ideas?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Lock out manual input to cells?

Have you trying reading Help on this?

1. You can protect the sheet (or the entire book). Format the cells as
Protected, then use Tools Protection.

2. From VBA you can set Interactive = FALSE, which switches off the user
interface completely.




"Jon" wrote in message
oups.com...
I have a spreadsheet that is updated via DDE links. Currently, I have
a computer set up with keyboard and mouse at the piece of equipment
that I am communicating with. My problem is that people can just walk
up to the computer and modify my spreadsheet. The spreadsheet is
always open because it is viewed by operators, but I do not want them
to have the ability to modify the sheet, all modifying is done by the
DDE links. Is there any way to set Excel to prevent input by a user?
I could simply unplug the keyboard but I need to access the PC on
occasion. Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Lock out manual input to cells?

Yep, thats all I needed. I didn't think that would work at first
because the values in the cells are updated by DDE links. But I
realized that the actual contents of the cell never change (just the
value it produces). Thanks.

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
Manual Input/Calculation in Same Cell Jean9 Excel Discussion (Misc queries) 3 November 8th 07 04:00 PM
Cell Reference VS. Manual Input? K-Roq Excel Worksheet Functions 2 September 26th 07 07:57 PM
lock cells for input Khoshravan Setting up and Configuration of Excel 1 July 19th 06 08:18 AM
Lock and unlock cells conditionally depending on input in another Frustrated Excel Worksheet Functions 1 November 11th 05 03:36 PM
Manual Input During Macro Execution Sherlock[_2_] Excel Programming 5 April 27th 04 04:59 PM


All times are GMT +1. The time now is 08:42 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"