|
-
Jul 26th, 2005, 04:42 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Cells must only contain numbers
Hi once again
Can I format or use VBA to make cells only contain numbers and letters = nothing ?
-
Jul 26th, 2005, 06:52 AM
#2
Lively Member
Re: Cells must only contain numbers
Have you tried using validation?:
MenuBar > Data > Validation >
-
Jul 26th, 2005, 06:57 AM
#3
Frenzied Member
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
-
Jul 27th, 2005, 02:05 PM
#4
Thread Starter
Addicted Member
Re: Cells must only contain numbers
I want to eliminate all non-numerous data I extract from other cells
-
Jul 27th, 2005, 05:55 PM
#5
Frenzied Member
Re: Cells must only contain numbers
If Not IsNumeric() Then
....
or
If IsNumeric()
Details depend on your code.
Tengo mas preguntas que contestas
-
Aug 1st, 2005, 03:50 AM
#6
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|