lngstart

  1. W

    Excel VBA - Date Filter AND blanks

    I would like to filter data between two dates AND blank. I could do the part for filter data between two dates, but I have trouble with filtering the blank as well. My code is as follows, please help, Sub Filter() Dim lngStart As Long, lngEnd As Long Sheets(“Sheet1”).Select lngStart =...
  2. C

    ComboBox Property will not change value

    Hello, I'm creating a User Form and trying to get the starting position of a Combo Box to be the number of the month. For example since it is currently July I would like the Combo Box to start on position 6. When I try this varToday = Date varToday = varToday - 10 'this is purposeful...
  3. S

    Macro : IF Condition is not met

    Good day. I would like to ask help regarding conditional setup. So I have a dates that will be filtered based on the condition and will copy paste it. My problem right now is if the condition dates are not available, it will copy all the information. So if the condition dates are not available...
  4. A

    Data Filter between two date with in single column

    Hi all, Good day for you all....... I run this code get run-time error "1004" Autofiter method of range class failed Public Sub MyFilter() Dim lngStart As Long, lngEnd As Long lngStart = Range("m1").Value 'assume this is the start date lngEnd = Range("m2").Value 'assume this is...
  5. Johnny C

    VBA to automatically audit a workbook to identify the references in a sheet

    Hi OK so this isn't a question, but I couldn't find anywhere else to post it. if a mod spots this and knows a better place for it to go, please move it for me, thanks. I need as part of our Infernal Audit requirements, to document which sheets/external references are made for every sheet in a...
  6. T

    Macro is not filtering properly

    Hi All, Today, without any main changes in my Workbook, I found out that one of my option doesn't work. My function is filtering database basing on values from Data Validation, that's part of my code: ... If Worksheets("MENU").CheckBoxes("CheckBox1").Value = 1 Then Dim lngStart As...
  7. T

    Filtering column between 2 values, which source is in data vaulation.

    Hi All, I do have an issue with filtering a column between two values, which have a source in a different worksheet as a Data Valuation. I've got a column with dates and times. I need to filter it up between values which are in format: =TEXT(TODAY(), "dd-mm-yyyy")&" 10:00:00" =TEXT(TODAY()...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top