range2

  1. U

    Create Formula: Multiply 1 range with value of another range same size

    Hi all Master of VBA I hope you can help me for the issue below. I tried several ways in my ability but it still doesn't resolve I have two ranges (1 row and unknown number of column) same size. We can call them is range1 & range2. For example: Range1 =...
  2. C

    Search and Replace with Ranges

    Hi there, So I've been given a task to find and replace items in a spreadsheet with a range. Now I've had 0 experience in VBA before this, so I'm a bit confused. And could use some help. I will put it as simply as I can, because my brain gets confused when I go into the details of the task...
  3. K

    Using Variable to define a range

    The following code is generating an application defined/object defined error in the Set Range2 and Set Range3 lines. I have verified n = 71 and m = 13 (row numbers) on the first execution of the code. The syntax seems to be the same as in the Set Range1 line. Can you identify the problem? Thanks...
  4. M

    Hiding Rows

    I have rows (18:42) which is 25 rows. i want to use a commandbutton that use a. two ranges:one will cover the rows starting at 18 to the last hidden row, the other will not be set b. Use a For Each loop to go through each row in the first range using the second range as the...
  5. D

    Copy one range to another but only for the blake cells in range

    Range1=Sheet1$F$17:$O$26 Range2 =Sheet2!$F$17:$O$26 I can copy Range1 to Range2 like this Range("Range2").Value = Range("Range1").Value But I only want to copy the values for the blank cells in Range2, so if some of the cells in Range2 had something in them they would not get the data form...
  6. RobbieC

    moving a row of cells within a range (drag n drop type thing)

    Hi there, I have been puzzling over this for a while, but I cannot come up with any form of solution. I have a series of rows in a range - they are all grouped in a series of 2 rows containing data I have a maximum of 40 rows, so I can have 20 'double line' entries on my sheet - the rest of...

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