Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Last active August 14, 2020 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeriopradoj/ef94dffcefdf8dece85aa48caea8e490 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/ef94dffcefdf8dece85aa48caea8e490 to your computer and use it in GitHub Desktop.
PERSONAL.XLSB - EXCEL - ALT+F11 - VBAProject
Sub AutoFiltro()
'
' AutoFiltro Macro
'
' Atalho do teclado: Ctrl+Shift+F
'
Selection.AutoFilter
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment