Graham
Mon Jan 21 07:29:57 PST 2008
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
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site
http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Doc60 wrote:
> 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