autofilter Questions

4

Solved

This question is actually for the Excel GUI, rather than Excel "programming", per se. However, if this is unavailable in the GUI, I would be curious if there's a VBA solution (although, I...
Thais asked 31/8, 2016 at 21:58

3

Solved

I have a column with values like the below sample: Size 4 1*4 1*24 4*1 4.5*10 2*14*5 3*4*5 I need to set a filter to get the cells contains the specific number e.g "4&q...
Urbani asked 2/5, 2023 at 7:3

7

I use the code below to search and replace a part of a text in a string. It works fine for almost 97 % of the replacements but not when one string that is supposed to be replaced is identical with ...
Crenulation asked 12/12, 2022 at 6:28

7

How do I use Apache POI to pre-define an auto-filter region in an Excel 2007 document? A small code example or link would be nice.
Carloscarlota asked 24/6, 2010 at 22:1

6

Solved

How do you find the last row of data when the data in your worksheet is filtered? I have been playing around with Special Cells and Visible Cells but cannot find a solution. I think it must be some...
Kelikeligot asked 25/9, 2012 at 16:6

4

Solved

In the continuing saga of my data analysis (First Question), I want to delete all the rows whose departments (Field 7) are not 101, 102 or 103 (the names have been changed to protect the innocent)....
Kush asked 21/10, 2013 at 14:46

7

I notice my VBA script doesn't work when there's an autofilter already on. Any idea why this is? wbk.Activate Set Criteria = Sheets("Sheet1").Cells(i, 1) Set rng = Sheets("Sheet1").Range(Cells...
Koodoo asked 14/8, 2013 at 7:52

10

Solved

I am using an AutoFilter with VBA in Excel that works for regular filters, but not a column formatted as date. I can filter it manually. If I run my code, it filters nothing but when I check the f...
Conformable asked 4/11, 2013 at 11:44

1

I've inherited some VBA code that attempts to save and restore filters in Excel 2010-2016 (I'm testing on Excel 2016 - 32bit, 16.0.4549.1000). I've already learned this is pretty much impossible to...
Beating asked 3/4, 2018 at 15:22

2

Solved

Background: Since recently I came to know about a secret named range that gets created through using AutoFilter. Usually (if not always) this is called "_FilterDatabase". I thought about playing ...
Qoph asked 21/11, 2019 at 18:28

8

Background: For many times I have applied AutoFilter and never really asked myself why it works the way it does sometimes. Working with the results of filtered data can be confusing at times, espe...
Weeks asked 16/11, 2019 at 9:56

4

Solved

issue : my code always return one row instead of 13. Code: Excel.Application xlApp = null; Excel.Workbook xlWorkBook = null; Excel.Worksheet xlWorkSheet = null; Excel.Range xlrange = null; strin...
Supertax asked 16/7, 2017 at 13:54

3

Okay, here's my dilemma. I've been working on a Wordpress plugin for Medical Marcom to automatically update his List of US Twitter Doctors. Basically, it provides the ability to create a form wher...
Orthopsychiatry asked 8/9, 2011 at 7:41

3

Solved

First time poster here :). I'm having the following trouble automating Excel 2010 from a WinForms C# application. My test table looks the following way: Index Value1 Value2 AAA 2 3 AAA 3 4 AAA 3 ...
Bridge asked 12/10, 2011 at 14:58

5

Solved

I am trying to filter a range of values and based on my criteria, at times I might have no data that fits my criteria. In that case, I do not want to copy any data from the filtered data. If there ...
Statued asked 12/4, 2016 at 2:23

1

Solved

All, I am trying to filter on multiple criteria within VBA. However I cannot find a simple way of doing this. The criteria I am selecting will always be constant but greater than 2 therefore I c...
Mideast asked 6/6, 2018 at 13:23

3

Solved

Thanks for coming to this thread. What I have: -A report with an autofilter on rows A:G What I need: -Circumstantial code that unfilters a specific column if there is a filter on it. -Running...
Hubble asked 31/7, 2013 at 16:15

3

Right now I am doing coding to set a filter for a data chart. Basically, I don't know how to post the data sheet up here so just try to type them ): (starting from the left is column A) Name * BDe...
Satiate asked 17/5, 2013 at 6:32

2

how to add button [x] to clear auto filter so we dont need to press delete or backspace clear the filter. illustration like this for the code iam using for repositoryitemcombobox private void ...
Say asked 10/8, 2016 at 5:6

2

I've searched other posts and found similar issues but nothing that could help me specifically. I'm trying to take an array of strings and use it as a filter criteria. It's tricky because the array...
Spat asked 15/7, 2016 at 19:56

2

Despite the number of questions on this topic I haven't been able to find the resolution to my issue (which may or may not be my fault). I need to autofilter a range to return blanks and numbers b...
Gefen asked 21/5, 2015 at 4:32

1

Solved

I have been looking for a way to filter an Excel spreadsheet with more than two wildcards. I asked on StackOverflow previously if I could put more than two wildcards in to AutoFilter in VBA directl...
Watersick asked 5/1, 2016 at 14:45

1

Solved

After trying in vain to set more than 2 criteria in a normal AutoFilter fashion via VBA, I have come to learn that it must be done via advanced filter. offending example: Worksheets(1).Range("A1"...
Huldahuldah asked 30/12, 2015 at 15:24

3

Solved

I am trying to extract Autofilter parameters using VBA. Can any one help me with getting the Autofilter parameters, specifically when a date Autofilter is applied? E.g. Say you have a table with tw...
Wingo asked 16/8, 2015 at 21:45

3

I have been searching for a while, and haven't been able to find a solution as yet. This question has been asked before on here but the OP didn't get a response and I didn't want to resurrect an o...
Gayl asked 10/7, 2013 at 14:10

© 2022 - 2024 — McMap. All rights reserved.