View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
阿三 阿三 is offline
external usenet poster
 
Posts: 6
Default Is there any method to remove...

Great, its work! Many thanks.

"Frank Kabel" 撰寫於郵件新聞
...
Hi
try something like
sub foo()
with activesheet.range("A1:A100")
.numberformat="0"
.value=.value
end with
end sub
-----Original Message-----
all asterisk which has placed unevenly in the same column

of cells by
formulas?

e.g. [ '12345678 ] change to [ 12345678 ]

.