View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
raju raju is offline
external usenet poster
 
Posts: 14
Default How do I find "?" character in a column using VBA?

I have some numerical data in a excel worksheet which is downloaded from
another application. By mistake in some of the fields some non numberical
characters(Ex: "?") are entered. I want to eliminate "?" character using VBA.
Please help.