las

  1. R

    macro to copy out rows that have a start date, end date, and days of week into separate days

    Hi Everyone, New to this as a member but have referenced mrexcel.com for years. Great site and resource! I'm trying to create a macro that will copy out rows of data based on a start date, end date, and days of week into individuals single dates. I've found ways to break out the date range...
  2. A

    Incluir una o dos condiciones a código VBA

    Buenas tardes, Dante Amor: En un libro excel, en el evento Open, tengo el siguiente código: Private Sub Workbook_Open() Dim N As Integer Dim Texto As String On Error GoTo Siguiente For N = 2 To 62 If Cells(N, 9) - Now < Range("R1") Then Texto = Texto & Cells(N, 6) & Chr(13)...

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