type=8

  1. Y

    Preventing/Limiting User from Deleting Data Out of Specified Range

    Hi dear, I have this code to delete data based on selection range: Sub DeleteSelection() Dim myrange As Range On Error Resume Next Set myrange = Application.InputBox(Prompt:="Select your range:", Title:="Delete Data", Type:=8) If Not myrange Is Nothing Then...
  2. J

    Find and Replace VBA script for a range with exact match with quotes

    Hi there, I am not familiar with VBA at all. I need to replace a whole set of alpha Xpath values that look like this: ISOXML/Pmt/CrdtrAgt/CrdtrAgtTp/Nm ISOXML/CasePmt/Agt/Nm I have two columns set like this with the quotes to indicate that I want the whole string changed match for match...
  3. H

    VBA Multiple Find and Replace Amendment

    Hi all, I hope you can help with the code below which was taken from an online source "Ktools for Excel", this seems to work but needs adapting in the following way. Is anyone able amend this so that the replace range can "Match by case" and "Match entire cell contents"? [Sub...
  4. A

    UserForm with InputBox Method Type 8 Function

    Hi, I've been trying to search for ways on how a userform can function as an inputbox of type:=8 but still got no luck. Basically, what I want is to let the user choose a workbook and a worksheet that is why I use the type:=8 of InputBox method but I want to replicate it using a userform because...
  5. A

    Multi_Goal_Seek() VBA

    in using the following vba code below: this will work when i chose a one dimensional problem ie i want the value in cell BA7 to equal that in cell V7 by using goal seek to change the valve X7. Not seeing why i can't change values in column BA to equal those in column V by changing column X. in...
  6. F

    Pass what column selected to another procedure

    I have many different macros doing different actions within a spreadsheet by the user selecting the column first and the macro takes action on that column. Example: Sub CopyColumnOfData() Dim r As Range: Set r = Application.InputBox("Click in the column to filter by", Type:=8) Dim iCol...
  7. C

    VBA that provides unique combinations from data in multiple arrays (cartesian product)

    I need to add a fourth array, range and augment code under the srartrange.select section Sub cartesianproduct() Dim startrange As Range range1 =Application.InputBox(Prompt:="Please Select First Range", Type:=8) range2 =Application.InputBox(Prompt:="Please Select Second Range", Type:=8) Set...

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