rangecells2

  1. K

    problem with directing my method of range to another worksheet

    It refuses to draw the borders on the Worksheet that I am attempting to direct it to... it just keeps drawing the border on my main worksheet(?) Private Sub cmdCopyNames_Click() Dim kCol As Long kCol = Sheets("Sheet13").UsedRange.Rows.Count + 1 Dim ws As Worksheet Set ws =...
  2. B

    Reference Sequential cells

    Evening All Could someone provide a bit of explanation to the reference below. Range(Cells(2, "D"), Cells(2, "F")).Cells(1) = "A" Range(Cells(2, "D"), Cells(2, "F")).Cells(2) = "B" Range(Cells(2, "D"), Cells(2, "F")).Cells(3) = "C" Thnks

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