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
You can select the range you want to work and then put for example (now added speechmarks):
Range("A1:Z20").Application.ErrorCheckingOptions.NumberAsText = False