+ Reply to Thread
Results 1 to 3 of 3

Validate an email address

  1. #1
    Registered User
    Join Date
    08-19-2006
    Posts
    31

    Validate an email address

    how can i use the validation on excel to make sure valid email addresses are input into a cell

    thanx!
    Nitish

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    I assume you want to make sure the user entry's the @ symbol. If this is correct you could try the below in your data validation.

    =SEARCH("@",A1,1)

    VBA Noob

  3. #3
    Registered User
    Join Date
    08-19-2006
    Posts
    31

    thanks

    thanks that seems good enuff!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1