Hi,
I have a macro that calculates differenct columns and rows. The results have
commas in the values such as 4,555. I don't want the comma in the values. Is
there an way to remove the commas from values in a range of columns and rows?
Thanks
Graham Mayor - 21 Jan 2008 15:29 GMT
If the numbers are already entered in the document -
Use the replace function with the wildcard option set to replace
([0-9]),([0-9])
with \1\2

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi,
>
[quoted text clipped - 4 lines]
>
> Thanks
Tony Jollans - 21 Jan 2008 17:04 GMT
If you are doing the calculating, I presume you are doing the formatting
that's putting the commas in. I think a little more detail would be helpful.

Signature
Enjoy,
Tony
> Hi,
>
[quoted text clipped - 6 lines]
>
> Thanks