mysheets

  1. T

    Copy and Paste entire sheet while changing formulas and code

    So I am currently trying to adjust a workbook so on a single button press, it will copy the current worksheet and add it as the next worksheet and rename it "Client Location N" with only the format pasted in. It will also copy and paste another worksheet to the end, that has basically the same...
  2. JackDanIce

    Array of worksheets

    Hi, I'm trying to copy an array of sheets into a new workbook but getting run-time error (method copy of object sheets failed) with following: Sub Main() Sheets(Array(Split(MySheets, "|"))).Copy End Sub Private Function MySheets() as String MySheets = "Sheet1|Sheet2|Sheet3" End Function...
  3. T

    New Row Macro with Formula

    I'm trying to cleanup a colleagues spreadsheet and create a New Row button, but also want to keep the formulas in the required fields above. The below formula creates the new row with formatting from above, but does not copy the formulas. Do I have to embed the formulas into my macro or is...
  4. X

    Insert New Row including the formating

    Hope Everyone is well, I'm trying to do something very simple - I am using the code below to add a new row on the top row by clicking a Command Button. I'm having a hard time also including the format, some cells on the row have to be a specific format (Text, Date, Currency, Center aligned...

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