View Single Post
 
Old 09-22-2020, 06:03 PM
Stephen Ray Stephen Ray is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Sep 2018
Location: Kansas
Posts: 34
Stephen Ray is on a distinguished road
Default 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
Reply With Quote