View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Delete ascii character 127

cells(rows.count,1).End(xlup).ClearContents

--
Regards,
Tom Ogilvy

"CyndyG" wrote in message
...
How do I write the code to delete ascii character 127,that will always be

the
last entry in column A? Number of cells in column A will vary according

to
incoming data.