Elsa, estoy por darme por vencida... he intentado de varias formas y no me funciona.
estoy segura que algo hago mal, pero no doy que es... :(
Este es el código que tengo:
Sub Macro17()
'
' Macro17 Macro
'
'
Range("A2:F12").Select
Selection.Copy
Sheets("Consolidado").Select
Selection.Insert Shift:=xlDown
Columns("A:F").Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Cells.Select
Application.CutCopyMode = False
Selection.AutoFilter
Selection.AutoFilter
Range("F4").Select
ActiveSheet.Range("$A$1:$AD$394").AutoFilter Field:=6, Criteria1:="="
Rows("3:3").Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Delete Shift:=xlUp
Columns("G:G").Select
Range(Selection, Selection.End(xlToRight)).Select
Selection.Delete Shift:=xlToLeft
ActiveSheet.Range("$A$1:$F$3").AutoFilter Field:=6
ActiveWindow.ScrollColumn = 1
Range("A2").Select
Sheets("Ventas").Select
Range("B2:C11").Select
Selection.ClearContents
Range("F13").Select
Selection.ClearContents
Range("A13").Select
ActiveCell.FormulaR1C1 = "=+R[-2]C+1"
Range("A13").Select
Selection.Copy
Range("A2").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Application.CutCopyMode = False
Selection.AutoFill Destination:=Range("A2:A11"), Type:=xlFillDefault
Range("A2:A11").Select
Range("A13").Select
Selection.ClearContents
Range("B2").Select
End Sub
He colocado la linea al comienzo, tal como tu la das, pero sale un error, he intentado de las dos formas y es igual y la verdad no soy muy habil con el tema de las macros... :(
Por tu valiosa colaboración, de antemano gracias!!!
Hola, yo tengo que condicionar un botón para que no se habilite hasta que este lleno todo el macro, ¿Cómo le hago? - Sary Sánchez
Hola Sary. Debes dejar una nueva consulta en el tablón Excel. Podes indicar en el mensaje que es 'para Elsa'. No podemos resolver consultas dentro de los comentarios, mucho menos si son consultas tan antiguas (2012). Sdos. - Elsa Matilde