Tagged Questions
1
vote
2answers
72 views
clear cells while preserving Autofilter settings?
I'm writing a script for a worksheet whose cells are populated based on an Access database. I'm trying to clear the contents of the worksheet without removing any Autofilters that the user has set, ...
1
vote
1answer
306 views
How to remove blank rows when using Excel VBA Autofilter
I have written a macro that searches through workbook and applies an autofilter to any listobjects which have a column named "Code". However, when I apply the filter, it does not filter out the blank ...
0
votes
2answers
327 views
Excel vba - Get AutoFilter sort criteria and apply on second sheet
I'm trying to see if I can programatically trap an AutoFilter sort event, get the sort criteria and then apply that same sort criteria to an AutoFilter in a second worksheet.
So far it seems as ...
0
votes
1answer
100 views
How to make hidden rows not editable/copiable in VBA?
The macro hides rows. After the rows are hidden, users can copy, edit and delete blocks of cells/rows. When users select the range that contains hidden cells, hidden cells, unfortunately, got selected ...
0
votes
2answers
157 views
Speed up Excel Autofilter
I have a workbook that I made which generates a density map of I/O signals in an industrial plant. The whole workbook is driven by the lead sheet which the user inputs the signal type and where it is ...
0
votes
1answer
300 views
How to make the Excel broken autofilter indicator go away?
Excel 2003
Working with a large sheet which is typically autofiltered. However when autofilter is turned off the indicators are still all there, they just don't work.
Not sure whether some vba was run ...