LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Limit to # of cells using validation

hi everybody -
this sub (on a toolbar button) worked perfectly well until yesterday:

=========================
Sub LockFormulaValidation()
'
' LockFormulaValidation Macro
' Macro recorded 8/25/2006 by Susan
'
With Selection.Validation
.Delete
.Add Type:=xlValidateCustom, AlertStyle:=xlValidAlertStop,
Operator:= _
xlBetween, Formula1:="="""""
.IgnoreBlank = False
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = "FORMULA CELL"
.InputMessage = ""
.ErrorMessage = "No manual calculation allowed!"
.ShowInput = False
.ShowError = True
End With

End Sub
===========================

i was "locking" a large amount of cells in a workbook project. i
cleaned the project & also my personal.xls where this macro resides.
still won't work in that spreadsheet, but will work in others.

is there a limit to the # of cells in a worksheet (or workbook) that
can have validation??? didn't find anything in newsgroup
searching.....

thanks!
susan

 
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
Data Validation items limit Vinod[_2_] Excel Discussion (Misc queries) 2 October 4th 08 12:41 AM
Data validation list limit? andy62 Excel Worksheet Functions 3 March 24th 07 05:55 PM
Range name limit for data validation Paul K. Excel Worksheet Functions 8 February 9th 05 02:35 PM
Validation through VBA using string has 255 char limit?????? Allan[_3_] Excel Programming 0 May 6th 04 11:51 PM
How to Limit No of Records in a Validation List Tom Ogilvy Excel Programming 0 August 18th 03 02:36 PM


All times are GMT +1. The time now is 12:11 PM.

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"