Module: modSnippetAutoFilter
Working with Excel AutoFilter objects. Excel allows you to filter cell data using the Filter, AutoFilter menu item. You can also access and create AutoFilter objects through VBA code. This module contains examples to access, modify, and use these AutoFilter objects.
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modSnippetAutoFilter module
|
|
HTAutoFilter
|
Procedure
|
Shows how to implement an AutoFilter on a table of data
|
|
HTRestoreAutoFilters
|
Procedure
|
Show how to restore filters saved by the HTSaveAutoFilters() procedure.
|
|
HTSaveAutoFilters
|
Procedure
|
Show how to save the current Worksheet filters to memory in anticipation of making a change to filters
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|