View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
VBA Noob VBA Noob is offline
external usenet poster
 
Posts: 1
Default Format cells to only accept numbers


Hi,

You could use Data Validation.

Go to Data Data Validation then select custom and insert this
formula

=ISNUMBER(E10:J19).....Change range as required.

You can also put instructions to the user in Input message and error
messages when they try to enter non numbers

This link should help

http://www.contextures.com/xlDataVal01.html

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=563790