rangea4.select

  1. J

    VBA add a separtor at the end of the cell

    Hi, I have the below code which joins all of my cells into one column, now I would like to add a "|" separator at the end of each cell before they are joined into one cell. If someone could advise the best way to do this in this code that would be great. Sub JoinCells() Dim lastrow As Long...
  2. D

    vba On Error GoTo

    Hi folks, This macro works when testing, but does not work when running as part of a sequence. It is supposed to exit the sub if a site (country) does not exist, and there is one known site name that does not exist in the pivot table. If a site does exist, then it is supposed to copy the...
  3. D

    VBA to skip part of the macro if there is an error

    Hi folks, This macro is to filter a pivot table and I would like to add to it. The macro is part of a series and would like to amend it to copy and paste the filtered data onto another tab in the workbook The problem arises if there is not a site (a physical location) in the data dump that...
  4. V

    Range(A4).select not working

    Hi, I opened a .txt file using basic macro code in excel. Then I want to select particular cell then copy that...but when I use range(A4).select code I'm getting error.. ..pls help...
  5. ChristineJ

    Cell value as sheet name

    The value in cell C3 of the Mockup sheet is 1. For the simple code below, I'd like to know how to change the "1" in red (the sheet name) so that the value comes from C3 from the Mockup sheet. (Something like Sheets(Sheets("Mockup").Range("C3").Value).Select ​???) Sub Cabin()...

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