Thread: The @ symbol
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GeraldM GeraldM is offline
external usenet poster
 
Posts: 11
Default The @ symbol

I am importing text into a range of cells then processing it using a VBA
macro to replace particular characters.

However if the imported text starts with the @ character the replacement
routine does not process that cell or subsequent cells.

In this instance, because I control the exported data, I have simply added a
"Space" character before the @ symbol prior to exporting.

However this may not always be an option.

Does anyone have any suggestions on how to force the replace function to
treat the @ symbol as a normal character?

Regards GeraldM