target address

  1. MrDB4Excel

    Target Cell Address

    =HYPERLINK("#"&CELL("address",INDEX('Bogus Sheet'!$B$2:$B$3,MATCH(D3,'Bogus Sheet'!$C$2:$C$3,0))),$H$3) In the above formula, C2:C3 is the range in Sheet1 in which the formula needs to match the text that exists in D4 on the current Sheet (for the purpose of this formula it is another sheet...
  2. M

    Add Multi-select VBA to existing dropdown list

    I have a file with a worksheet that uses 8 separate dropdown lists. I need each dropdown field to allow multiple selections from the dropdown list and hold the selections in a separate cell. Example dropdown list in worksheet2/column T dropdown displayed in worksheet1/A65 dropdown...
  3. N

    Pass Target.Address to Function to see if it falls within a range

    I apologize for my noobness with VBA upfront. I'm attempting to teach myself VBA while adding some code to a project at work. All help is greatly appreciated. I'm creating a form that will be filled out by others that may not be as familiar with the material as I am. I'm attempting to code...
  4. H

    Range as Target Address

    Hello, Is there a possibility to have a range of cell instead of a single cell as target address below? Thank you, Hans (The Netherlands) Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$B$4" Then Call GoToName End If End Sub
  5. J

    VBA for formatting cells to be same as other cells

    Hi looking for some help with formatting cells. I currently have a spreadsheet that automatically populates depending on a value that is in a certain cell (target address). The information (target range) is pulled from another sheet ( Sheet 25) and then dropped into the named area I need...

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