rangename

  1. corentint

    Peculiar syntax in VBA for Excel, concerning ranges

    I have acquired a chess Excel Worksheet that works fine. However I was interested in the VBA programming behind the worsksheets (I am proficient, yet not expert in VBA Excel). I came accross this peculiar syntax, which works: [FEN_New] = sFENiniEN Where...
  2. O

    VBA Code to Loop through and NameRange Cells

    Hello and thanks in advance and I will provide feedback to any assistance on solutions. I'm trying to name range a large amount of cells and would like to use a VBA loop to do it. I am naming a column of cells from (20, 3) to (20, 69). That's 50 cells in column C starting on the 20th row and...
  3. Leonvl

    Add a new named range each time a cell changes

    When a cell in the range A1:A100 is changed (added), I want to define a named range that referring to the two cells to the right. The name of the range can be the value of the target cell. I tried the below code but it doesnt work for some reason... Private Sub Worksheet_Change(ByVal Target As...
  4. T

    Setting a named range with VBA

    I've used this code to set up a batch of names ranges on a spreadsheet, but am not sure how I would change this to set the rage as a full row instead of just as a cell? any advice on how I should tweak this? Sub rangerset() Dim cell As Range Dim rng As Range Dim RangeName As String Dim...

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