rall

  1. MPW

    What method is best to sum a column?

    I am dynamically populating a blank sheet with contents from another sheet. I want to sum certain columns. Here is what I am using. cr = Sheets("X").Cells(1, Columns.Count).End(xlToLeft).Column For c3 = 1 To cr If Left(Sheets("X").Cells(1, c3), 1) = "#" Then rall =...
  2. R

    Loop function unexpectedly ended at line 20.

    Hello, I have a trouble with my loop function where it show "Error occured while retrieving data" and the code is always ended at line 20. Can somebody help me if there's any thing wrong with my code so far ? Dim r As Range, rall As Range With ActiveSheet Set rall = .Range("a2"...

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