Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Prevent input of formulas

TEAM.
How about:

Private Sub Worksheet_Change(ByVal Target As Range)
'If InDebugMode=False then
With Target
If .HasFormula = True Then
MsgBox "No formulae allowed"
.Value = ""
.Select
End If
End With
'EndIf

NickHK

"TEAM" wrote in message
...

I have a master spreadsheet that all users use to input operational
data. Some users try to duplicate inputs by using equal signs and
referencing similar data. Is it possible to prevent users from
creating/inputting formulas?


--
TEAM
------------------------------------------------------------------------
TEAM's Profile:

http://www.excelforum.com/member.php...o&userid=22810
View this thread: http://www.excelforum.com/showthread...hreadid=484105



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
How to Prevent Duplicate Data from inputing using input application? Zigball Excel Worksheet Functions 8 October 16th 06 11:01 PM
How to Prevent Duplicate Data from inputing using input application? Zigball Excel Discussion (Misc queries) 1 October 10th 06 05:56 PM
How to Prevent Duplicate Data from inputing using input application? Zigball New Users to Excel 1 October 10th 06 05:31 PM
How do I lock a column in EXCEL to prevent changes-can add input amarie Excel Worksheet Functions 1 December 8th 05 06:20 PM
Prevent Formulas from Advancing dallased25 Excel Discussion (Misc queries) 5 November 3rd 05 11:42 PM


All times are GMT +1. The time now is 09:15 AM.

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

About Us

"It's about Microsoft Excel"