Ciclos: For ... Next, Do ... Loop While, For Each ... Next

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

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

  • @MrPacho04
    @MrPacho04 7 месяцев назад

    Excelente explicación, ingeniero Dante Amor como siempre un maestro en la enseñanza de esto temas de programación

  • @CaosSPM
    @CaosSPM 7 месяцев назад

    Saludos Dante..!, acá tienes un nuevo supcritor, gracias por brindarnos de tu conocimiento..! de RD.🙌

  • @ElCanalDeNito
    @ElCanalDeNito 7 месяцев назад

    Hola Dante, interesante la comparativa de ciclos.
    Saludos 👍

  • @marcelrudnicki6605
    @marcelrudnicki6605 7 месяцев назад

    Hello Dante, I have a specific problem. I have some Excel data files, each with Column A (name of the customer) and Column B (text message to a customer). Each file consists of 100-2000 rows.
    I need to make a macro that allows me to export every row to a separate .txt file.
    Every text file:
    1)is titled the same as value from Column A in the row,
    2) contains inside the text from Column B in the row.
    How is it possible to do? I'm a total noob in VBA so I have no idea how to do it. Would really appreciate the help. Would be great to allow txt file saving in the same directory as the Excel file.

  • @armandobrito5022
    @armandobrito5022 7 месяцев назад

    Excelente proceso y explicación, me queda una duda que significa end(3), gracias

    • @MrPacho04
      @MrPacho04 7 месяцев назад

      Es otra forma para escribir la acción a seguir o el recorrido, utiliza el índice en vez de la palabra completa

    • @armandobrito5022
      @armandobrito5022 7 месяцев назад

      @@MrPacho04 cuando habla de índice a que se refiere, disculpe que soy nuevo en el tema de macros

    • @umarkalim974
      @umarkalim974 7 месяцев назад

      Excellent

    • @nelsonsuarez911
      @nelsonsuarez911 5 месяцев назад

      @@armandobrito5022 end(3)(2) equivale end(xlUp)(primera fila vacia despues de la ultima con datos)