startdate

  1. D

    Create a type of psuedo gantt chart

    I'd like to create a 'pseudo' gantt chart of sorts My Project data is on Columns A:U, TimelineDates start in Column V, Column A is the Project number and is always a number, never blank or NULL, There are 2 header lines, so the Project data starts in row A3...
  2. R

    Filter month name and blanks

    Hello I have created a userform that allows users to filter a worksheet. But I can not get the filter to work for the month and for the blanks I have this so far: Filter month (combobox2 = month name) Dim startDate As Long Dim endDate As Long startDate...
  3. R

    Pastespecial of range class failed

    Hi All, Can anyone tell me why I am receiving the Pastespecial of range class failed error when trying to paste a copied range of rows from one workbook to another? My code is below: Sub GetPricingData() Application.ScreenUpdating = False Dim StartDate, EndDate As Date Set MySheet =...
  4. K

    InputBox 'Cancel' not working

    Hi, I have the following code to search WB2 for data in a date range and place the data from each row into WB1. The issue I am having is if the 'Cancel' button on the 'InputBox' is pressed it just errors and drops me back into the code. I've tried alsorts but can't seem to get round this. If...
  5. J

    Using VBA to create Pivot Table with Date Range filter and distinct count on ID

    Hi All I have read a few forums but I am now stumped and hope some one can help me I have managed to create the pivot table using VBA and I can filter the rows and columns in the table but I cant filter the date range required Not sure how to add Sample data but I have the following fields with...
  6. K

    Run-Time error "13" on a data query

    Hi guys, I have been reading this forum but never joined until today. I have an issue. We have an Excel spreadsheet that has multiple macros running in it and was created by another controls engineer at out plant. He has since moved on and we are now trying to run his Data Query that is in the...
  7. G

    Macro copying Column Range instead of individual Column

    I've written a basic macro with extracts records based on two dates: Sub extractDataBasedOnDate() Dim lastrow As Long, erow As Long, i As Long Dim mydate As Date Dim StartDate As Date Dim EndDate As Date StartDate = Worksheets("Expense Report").Cells(3, 1).Value EndDate =...
  8. A

    Help with Moving data between sheets based on Date value

    Hi Guys, I'm relatively new to VBA (I bet you haven't heard that before) and am working on a Master spreadsheet to store some basic research funding application info and report on it. Each row in the main data sheet has a reference number (Column A) for the funding round that it was submitted...
  9. G

    Trying filter multiple columns

    I am new to Excel vba and am trying to filter records based on certain column selection. 1st I would like to filter out all #Div/0 errors and 2nd I would like to filter for only records ">=" a user input box. I'm using the following code: Dim StartDate As Long Dim temp As String temp =...
  10. D

    Excel (2007) "workday" how to add days to a date and include saturday, for a schedule.

    Hello All, I am new to Excel, and working on a project timeline. I am trying to insert a number of days in column "b" for the amount of time each job will take. In column "c" I have the start date, and in column "d" i have the end date. I would like it to work so that when I enter the days...

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