Skip to content
  • There are no suggestions because the search field is empty.

Plan De Cuentas Contables Venezuela Excel Vba [updated] Jun 2026

Sub FormatearPlan() Dim i As Long Dim nivel As Integer Dim ultimaFila As Long ultimaFila = Cells(Rows.Count, 1).End(xlUp).Row For i = 2 To ultimaFila 'Contamos los puntos para determinar el nivel nivel = Len(Cells(i, 1)) - Len(Replace(Cells(i, 1), ".", "")) + 1 Cells(i, 4).Value = nivel 'Aplicamos formato With Cells(i, 2) .InsertIndent nivel If nivel <= 2 Then .Font.Bold = True Else .Font.Bold = False End If End With Next i MsgBox "Formato de Plan de Cuentas actualizado.", vbInformation End Sub Use code with caution. 5. Consideraciones para el entorno venezolano

Plan de Cuentas Contables en Venezuela: Automatización con Excel y VBA plan de cuentas contables venezuela excel vba

lastRow = wsPlan.Cells(wsPlan.Rows.Count, 1).End(xlUp).Row Sub FormatearPlan() Dim i As Long Dim nivel

End Sub

En este artículo, exploraremos la importancia de un plan de cuentas contables en Venezuela y cómo puedes crear uno eficiente utilizando Excel y VBA (Visual Basic para Aplicaciones). 1)) - Len(Replace(Cells(i

End Sub