View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
arno arno is offline
external usenet poster
 
Posts: 184
Default Deleting certain string within the string

arno wrote:
in vba you can try worksheetfunction.find, at the moment I cannot
recall a vba equivalent.

have a look at instr-function in vba help.

arno