View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default green arrow for error

Remember that this is an application setting. If you share your macro with
others, they may not like the choice you made.

greg wrote:

OK,
Seems like the code would be
Application.ErrorCheckingOptions.NumberAsText = False

thanks

"Dave Peterson" wrote in message
...
Click on Tools|Options|Error checking

Uncheck the errors you don't want flagged--including "Number stored as

text"

You could record a macro when you do this manually and add it to your code

if
you really wanted.

greg wrote:

Hello,
I am inserting numbers in a column. The numbers are formated like ####.
So:
0001
0002
...
0300
etc...

however once my code runs, Each of the cells has the green arrow errors.
It wants to convert to a number. So 0001 would go to 1.

Is there a way to make these arrows not appear when dropping in the

text?
Is there a way after inserting the text to place an ignore error on the

cell
through code?
etc...

thanks for any help


--

Dave Peterson


--

Dave Peterson