Pregunta en
Visual Basic
Tengo un código vb6 que ordena un excel al ejecutarlo la primera vez funciona luego por 2da se cae
Este es el código Private Sub Command2_Click() Dim oXL As Excel.Application Dim oWB As Excel.Workbook Dim oSheet As Excel.Worksheet Dim oRng As Excel.Range 'On Error GoTo Err_Handler ' Start Excel and get Application object. Set oXL =...
Sin respuestas