datecol

  1. N

    How do I adjust VBA to copy from sheet 1 and paste results on sheet 2?

    Not sure how to adjust code to copy from one sheet and paste results on another. Sub loop4() 'with dynamic range 'dynamic Range (vertical only and horizontal) 'get last used Row iLastUsedRow = Range("B3").End(xlDown).Row dateCol = 3 For col = 9 To 12 For r = 3 To 5...
  2. N

    How do I select criteria from one sheet, and post results on a different sheet?

    Sub is working great, but not sure how to adjust it to select criteria from sheet CDR with column "C" being the criteria and column "N" the numbers to sum.... posting results on Sheet Results. Also can anyone explain this sub.... (the different parts) I may need to make some adjustments but...
  3. M

    Code to return column # of matching string returning runtime error 91

    This is part of a larger code to find column numbers of matching headings and deleting such columns. Dim DateFind As Range, DateCol As Long Set DateFind = Sheet1.Rows(1).Find(What:="Date", LookIn:=xlValues, LookAt:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlNext...

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