Results 1 to 6 of 6

Thread: [RESOLVED] Cells must only contain numbers

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    236

    Resolved [RESOLVED] Cells must only contain numbers

    Hi once again

    Can I format or use VBA to make cells only contain numbers and letters = nothing ?

  2. #2
    Lively Member JustinLabenne's Avatar
    Join Date
    Jul 2005
    Location
    Ohio
    Posts
    64

    Re: Cells must only contain numbers

    Have you tried using validation?:

    MenuBar > Data > Validation >
    Justin Labenne
    www.jlxl.net

  3. #3
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Cells must only contain numbers

    Do you want to allow only numbers to be entered or to eliminate all non-numeric data?
    Tengo mas preguntas que contestas

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    236

    Arrow Re: Cells must only contain numbers

    I want to eliminate all non-numerous data I extract from other cells

  5. #5
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Cells must only contain numbers

    If Not IsNumeric() Then
    ....
    or
    If IsNumeric()
    Details depend on your code.
    Tengo mas preguntas que contestas

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    236

    Resolved Re: Cells must only contain numbers

    It works with validation only...thanx!

Posting Permissions

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



Click Here to Expand Forum to Full Width