I want to store text such as \'001234\' in a cell. I have set the number format of this cell to text. After storing, an error \'Number Stored as Text\' is shown in the form
The above examples turn off the "number stored as text" checking for the application.
This code will turn it off for a particular cell:
range("G93").Errors.Item(xlnumberastext).Ignore = True