Saludos Profesor Sergio, de ante mano gracias por responder, realice lo que me sugirió coloque el código donde me indicó, sin embargo me sigue arrojando el mismo error.
' Restaurar formato de fuente
With wsHistorico.Rows("2:2").Font
.ColorIndex = xlAutomatic
.TintAndShade = 0
End With
' Incrementar automáticamente el número de recibo
wsRecibo.Range("J2").Value = wsRecibo.Range("J2").Value + 1
'Corrección de Error en impresión
Application.Wait (Now + TimeValue("0:00:01"))
' Imprimir
wsRecibo.PrintOut Copies:=1, Collate:=True, IgnorePrintAreas:=False
Por
dorgelis, · publicado
Tengo un si anidado el cual no e podido resolver cualquier ayuda seria de bien recibida. gracias
las condiciones son :
[TABLE=width: 962]
[TR]
[TD][/TD]
[TD=colspan: 3]APLIQUE EN LA COLUMNA J UN AUMENTO DE SALARIO CON LAS SIGUIENTES CONDICIONES[/TD]
[/TR]
[TR]
[TD][/TD]
[TD=colspan: 3]SI EL SALARIO ES MAYOR A UN MILLON DE PESOS UN INCREMENTO DEL 5 %[/TD]
[/TR]
[TR]
[TD][/TD]
[TD=colspan: 3]SI EL SALARIO ES MAYOR A UN MILLON DE PESOS, PERO ES CASADO, INCREMENTE 2% MAS[/TD]
[/TR]
[TR]
[TD][/TD]
[TD=colspan: 3]SI EL SALARIO ES INFERIOR A UN MILLON DE PESOS Y ES SOLTERO APLIQUE UN 10% DE INCREMENTO[/TD]
[/TR]
[TR]
[TD][/TD]
[TD=colspan: 3]SI EL SALARIO ES INFERIOR A UN MILLON DE PESOS Y ES CASADO, APLIQUE UN 12% DE INCREMENTO[/TD]
[/TR]
[/TABLE]
jonsaco.xls