View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default How can I insert a space before the last character in a range of cells

Thanks for your reply would you mind looking at the my
replys on Tom's thread

-----Original Message-----
Correction: Should have tested, my code line should

have been more like Tom's,
rest of macro improves performance.

cell.value = left(cell.value,len(cell.value)-1)

& " " & right(cell.value)
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed

Nov. 2001]
My Excel Pages:

http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:

http://www.mvps.org/dmcritchie/excel/search.htm


.