How To Test For Numeric
This will be easy for you guys, but I can't figure it out.
I want to test the first word on the first line of my Word Document to see if it is Numeric.
Then if it is Numeric, I want to run some code.
Else
Run some other code.
I know I will have to use Range for the first paragraph and the first word.
I have looked for examples for hours but nothing seems to work.
I know that isnumeric will be used.
Thanks
|