The recording tool is very useful.
I don't know why you use: Application.ErrorCheckingOptions.BackgroundCheckin g = False. Unless Excel2002 doesn't support my suggestion.
To test what happens when using: Application.ErrorCheckingOptions.NumberAsText = False try this on an empty sheet:
ColA - format it as text
ColB - format it as numbers
Enter 09 i a cell in col A to C and then run my suggestion. You'll see, that only colA is changing (the warning disappears). The two remaining colums are unchanged.
Therefore, you actually have full control over your data, whether disabling the NumberAsText or not.
|