13.copy

  1. R

    Copying a Variable Range

    Dim ffRow, ffCol As Integer Set Master = Sheets("Master") Master.Range(Cells(ffRow, ffCol + 3), Cells(ffRow, ffCol + 13)).Copy The copy does not work and I cannot figure it out! I have also tried Master.Range(Range(ffRow, ffCol + 3), Range(ffRow, ffCol + 13)).Copy I am trying to copy the...
  2. D

    [VBA] set range find() -> finds wrong value

    Hey all, My first time posting on this forum. :) I'm troubled by an annoying problem in my code. My goal is to transpose some data from a vertical to a horizontal structure. A date is looked up in a datasheet and everytime it finds that date, it should copy a value next to it to my summary...

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