VBA Code to Extract Text Between two Strings - Macro for Text Mining in Simple Steps

Поделиться
HTML-код
  • Опубликовано: 19 июл 2024
  • This Excel VBA Example explains, how to extract Text between specific characters or between two strings using simple VBA Code. Use Instr function with Mid Function in VBA to automate task of finding position of specific text and extract text.

Комментарии • 10

  • @mxrvxn08
    @mxrvxn08 2 года назад +1

    Just finished watching your working with text playlist. I learned a lot. Thank you

  • @TheLooking4sunset
    @TheLooking4sunset Год назад +1

    Excellent, big thanks

  • @silverlicious2086
    @silverlicious2086 3 года назад +1

    Thanks for posting. Have a nice day!

  • @sircorn4248
    @sircorn4248 2 года назад +1

    Good stuff

  • @whydaksh
    @whydaksh 2 года назад

    Can you modify this to find specific text in a text file and paste it in certain cells? Any help on where I can go to find such a tutorial would be helpful

  • @nadermounir8228
    @nadermounir8228 3 года назад +1

    This is great tutorial. Can this be done with a loop for mutuelle cells ?

    • @ExcelDestination
      @ExcelDestination  3 года назад

      yes absolutely.

    • @KittyCatgaming-nt7sc
      @KittyCatgaming-nt7sc 2 года назад

      @@ExcelDestination how can this be achieved? This is exactly what I need but to look at a cell range