View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JR JR is offline
external usenet poster
 
Posts: 8
Default Remove last character from all data

I have a report that a system is auto generating. The report adds
some kind of character at the end of each entry that I need a macro
that can be run to remove it from ALL data in the spreadsheet. It is
not a space as doing a replace on space with nothing doesn't get rid
of it. The easiest way would be to just parse the whole spreadsheet
removing the last character from the whole spreadsheet as it's that
way everywhere so removing the last character would not damage the
data. Any help with this?

Thanks.

JR