Hi:
I was using the macro to do some calculation.
In order to let the value in macro display properly, there should not be any selection in terms of time.
So I use the following command:
ActiveDocument.ClearAll false
Since I not able to clear all selection every single time (not consistent), I am wondering what is the use of the "false" at the end of the command?
What if I use true?
Thank you very much for your time.
Paco