addstr

  1. D

    VBA Delete empty columns within selection

    Hi, How can I delete only empty columns within a selected range This is the code I am using, It merges columns together based on string delimited input but I want to delete only the empty columns from the column selection, Can someone help with this please Sub MergeColumns() Dim i As...
  2. D

    VBA Case with Or

    Hi I am using the code below to open programs if the user types in the correct word, however I'm not sure how to add an Or Statement or if I need to add individual words to be found. Can someone help with this please. So for example I want to these optional words to be used in the CASE...
  3. D

    VBA RegEx match with input box

    Hi, Is it possible to match and Input box answer against RegEx so Special characters are used, can someone help please? This is what I have so far Dim MyStr As String, addStr As String, RegEx As Object On Error Resume Next addStr = InputBox("Cells...", "Enter Character") Set...
  4. D

    VBA Help with Range

    Hi, I am trying to set my range so that the header is not included How do I do this. This is what I need to change to start from the next cell below the Header found. Set Rng = Rng.Resize(Cells(Rows.Count, Rng.Column).End(xlUp).row) Dim xTitleId As Variant, Rng As Range, x As...

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