Como insertar una fila después del último dato en Excel (MACROS VBA)

Learn how to insert a row last, after the last data in Excel with VBA MACROS #InsertRowLast #InsertRowVBA #InsertVBA Subscribe to my other channel:    / @miguelvelaa   Sub insert_row() 'Range("A4").EntireRow.Insert last = ActiveSheet.Cells(Rows.Count, "B").End(xlUp).Row + 1 'It's not required, but you can also use it to insert a row last. Range("A" & last).EntireRow.Insert Range("B" & last).Value = "Julio" Range("C" & last).Value = "Iberico" Range("D" & Last). Value = 40 End Sub 🤗 Visit our social media: Website: https://www.tiotech.net https://www.eltiotech.com Facebook:   / eltiotechoficial   Instagram:   / luismiguelvelavela   🟩 Excel Support Group:   / excelayudas   🟦 Word Support Group:   / 2954410744838915