Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8712031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:01:26+00:00 2026-06-13T05:01:26+00:00

I want to remove Help button from data validation. In excel 2003 data validation

  • 0

I want to remove Help button from data validation.
In excel 2003 data validation this button is not there but now I want to remove this from excel 2007 data validation error.
Please don’t ask why you want to remove help button.

my project type is excel template of visual studio 2008.

SS of data validation error of excel 2007

EDIT

Is there any other way to accomplish this thing apart from Worksheet_Change? I think it might decrease performance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T05:01:27+00:00Added an answer on June 13, 2026 at 5:01 am

    You can’t remove the Help button if you are using the built in Data Validation. You would be well advised to simply live with the help button as the only known work-around will be time consuming to recreate Excel’s built-in functionality.

    You’ll need to make a custom msgbox that listens for the Worksheet Change and checks the value. Here’s a VBA example basically taken from here:

    Private Sub Worksheet_Change(ByVal Target As Range)
    dim msg as string
    dim Style as string
    dim Title as string
    dim Response as long
    'Update Cells to be the actuall range you want to validate
    If Intersect(Target, Cells(1, 2)) Then
        If Cells(1, 2).Value <> "whatever" Then
            msg = "Value must be LT 1"
            Style = vbRetryCancel + vbCritical
            Title = "Mt Error"
            Response = MsgBox(msg, Style, Title)
        End If
    End If
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to remove an item from ListView , but I don't know how
I want to remove the decimal part of a number in a cell but
i want to remove the link from my header using CSS so that only
I want to remove duplicate lines from a file, without sorting the file. Example
I want to remove a key from a dictionary if it is present. I
I want to remove the whitespace between the arrays, but I've used different codes
is there a way to remove text from a text box using a submit
Hopefully someone can help with this RelativeLayout issue I'm having. If I remove the
I have the below applet in my code. I want to remove this code
Hi i've installed Yahoo messenger on my system. Now i want to uninstall. But

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.