cls

  1. A

    Copy from Array and paste to different array

    Hi guys, what am i doing wrong here ? Private Sub CommandButton1_Click99() Dim LR As Long, i As Long, cls cls = Array("B2", "D2", "C2") With Sheets("Sheet2") LR = WorksheetFunction.Max(2, .Range(Array("H1", "K1", "Z1"))) For i = LBound(cls) To UBound(cls) Range(cls(i)).Copy...
  2. J

    Deleting rows based on the dates condition

    Hello, I have two tabs in by spreadsheet. "Report" and "Holidays". In the first tab I have data and one column contains dates (format: mm/dd/yyyy). Also, in column A of Holidays tab I have listed several dates. I would like to delete all rows from tab Report which are holidays listed in the...
  3. B

    copy to new sheet based on column change

    hi i have the below code Sub sheets_from_colb()<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit; line-height: 12px;"> Const cl& = 3 Dim a As Variant, x As Worksheet, sh As Worksheet Dim rws&, cls&, p&, i&, rr&, b As Boolean Application.ScreenUpdating = False...
  4. S

    additional condition in vlookup

    currently i am using the below formula for in between range but i want add an additional column (type) for verifying how can it be done =VLOOKUP(G2,B:D,3,TRUE) <colgroup><col width="64" span="8" style="width:48pt"> </colgroup><tbody> TYPE FROM TO CLS TYPE DATA CLS AA...

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