xlpasteformats

  1. T

    Undoing a bunch of direct cell references in my VBA code

    Hey all, I'm going to preface this message by stating that I'm a complete newbie with the more advanced features of Excel, inparticular VBA, so I’m well aware that the mistake I made was a spectacularlydumb one, and I apologise in advance for taking up your time with it -hopefullyit’s a...
  2. B

    xlPasteFormats Not working in Office 365

    Hi I have the code below in Office 365. The issue that I have are that it didn't want to copy the format correct, even if I add the following code. Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False If I run this code...
  3. G

    Cleaning up VBA Code

    Good Evening, I have my coding complete, it works but it's a little sluggish and slow. I'm thinking it could be improved so I wanted to share in case anyone is able to assist in the clean up. Thanks! Sub FuturePDI() Sheets("Property Segment Data").Range("B2:I18").Clear Sheets("Property...
  4. 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...
  5. R

    Excel Sleeping On PivotTableUpdate Copy Paste Formats Only

    I am running the following code on PivotTableUpdate, however it is making Excel go into some strange sleep mode for about 5-6 seconds every time it runs. What I mean by this is that Excel is unresponsive however there is no hourglass. Sub FormattingCopy(xSheet As Worksheet)...

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