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: 94
Default Remove Validation Input Messages

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
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
Validation: - different messages for defined input values Karuna Excel Discussion (Misc queries) 2 December 24th 07 01:31 PM
Editing Data Validation Input Messages Shelley Excel Discussion (Misc queries) 0 August 17th 07 01:54 AM
Can validation input messages be locked in place? Chris Excel Discussion (Misc queries) 1 March 22nd 06 07:53 PM
Extract Data Validation Input Messages and Titles Dodson Brown Excel Programming 6 April 18th 05 10:16 PM
Remove Data validation Input messages Mark Excel Programming 3 July 2nd 04 04:14 PM


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