View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Purple Purple is offline
external usenet poster
 
Posts: 1
Default macro for deleting a particular string and inserting commas in it

Hi,
I need a MACRO FOR THIS URGENTLY
I have a long string namely: Yes TAX Invoicing No multi purpose Yes summer
time No tuna tub
The yes and No option varies from a row to row
i Want a Particular Output deleting ALL the NO's and the particular string
after no and all yes should appear in the row with proper commas
Desired OUTPUT:
TAX Invoicing, Summer time
--
Purple