I am trying to write a word macro that scans the documents and highlights all the numbers that are less then .95
is this possible to do using a word macro?
i guess i really only need the command that selects a range of numbers.
like if number < .95 or something like that. i am not really a vba person and am used to writing only c++ and python scripts.
is this possible to do using a word macro?
i guess i really only need the command that selects a range of numbers.
like if number < .95 or something like that. i am not really a vba person and am used to writing only c++ and python scripts.
Comment