Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Someone from another forum kindly gave me this code to remove all validation
input messages from a worksheet but it doesn't work or throw any error messages. .................................................. .......................... Sub RemoveValidationInputMsgs() On Error GoTo None With ActiveSheet.UsedRange.SpecialCells(xlCellTypeAllVa lidation).Validation .InputTitle = Empty .InputMessage = Empty End With None: On Error GoTo 0 End Sub .................................................. .......................... Any help appreciated with this, thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation: - different messages for defined input values | Excel Discussion (Misc queries) | |||
Editing Data Validation Input Messages | Excel Discussion (Misc queries) | |||
Can validation input messages be locked in place? | Excel Discussion (Misc queries) | |||
Extract Data Validation Input Messages and Titles | Excel Programming | |||
Remove Data validation Input messages | Excel Programming |