sh2

  1. H

    Copy Row based on Cell Value, Paste to Sheet based on location

    Hi - i have data on sheet1 from A5 to O200. This data is divided at various points with subtotals. Right now i use 3 different versions of the same code to move a row to another sheet when Cloumn J = "Closed" the code for this is below. Is there a way to use only 1 code and move it to Sheet2...
  2. A

    Delete worksheets based on a list

    hi All, With the help of a member here, i managed to create multiple WORKSHEETS based on a list using the code below. but now i want a macro to delete all the created worksheets without deletion prompt window. Please someone can help urgently. Sub makeSheets() Dim sh1 As Worksheet, sh2 As...
  3. M

    Show textbox value with click on a specific cell

    Hi I have a combobox on my sheet1 in my workbook. When I click on a specifik cell I want a userform to pop up depending on this combobox value. Now I want to write my code on sheet2. How can I reffer to the combox from sheet1 in my code in sheet2? I cannot find the combobox in sheet 2 when I am...
  4. S

    VBA Faster Way to Delete

    Good afternoon, I am trying to delete a range of over 150,000 rows. The code below works but takes an awful amount of time. Does anyone have any faster code? Thanks in advance Stephen! Public Sub Makeit() Dim sh2 As Worksheet Set sh2 = Sheets("Sheet2") Dim lastrow As Long lastrow =...
  5. B

    Mirror both ways

    Hi Can someone help? I have an excel workbook with 2 sheets (SH1 & SH2). The sheets are password protected so SH2 cannot see the information in SH1 In SH1 I have data in several rows SH2 I have mirrored only certain rows (to hide certain information) What I need to do is add a column in SH2...

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