View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adam[_18_] Adam[_18_] is offline
external usenet poster
 
Posts: 10
Default Boxes in my text

Hi

I have imported an address from outlook and pasted it into on cell in
excel. The line of text includes the carriage return boxes.

How can change my code to replace the boxes for a space.

ActiveCell.Offset(0, 1).Select
Selection = .BusinessAddress


Thanks