paste special values

  1. C

    copy value from cell paste special only values to last row of column

    Hi Guys, I currently have this macro Sub COPYTODASH() Application.ScreenUpdating = False Worksheets("DASHBOARD").Range("R26:R26").Copy Worksheets("PROG").Range("C" & Rows.Count).End(xlUp)(2) Application.ScreenUpdating = True End Sub It works as expected, the only problem I'm having is that...
  2. B

    VBA Create Copy Paste Values of single worksheet

    Hi Guys I am hoping someone can help me with this..So I am trying to create a copy of one worksheet and paste special values. I'd like to be able to choose a name for the worksheet and keep the worksheet within the existing workbook, moving the worksheet to the front. Apoligies if the format is...
  3. B

    Better way to break links besides copy and paste special

    I have a workbook with 4 tabs that I weekly have to copy then paste special: Values in order to break the link from the source. Otherwise the following week when new data is populated it will be replaced. The historical data needs to be kept. Is there a more efficient way to break the link and...
  4. K

    VBA to paste special all Excel workbooks in a folder to another folder in the same path

    Hi Members, I have five excel workbooks in a folder that contain formulas in it and need to paste special these workbooks as values into another folder. Appreciate if i can get the VBA code for this. thanks
  5. L

    Copy paste data from 2 sheet to one sheet in same workbook

    Hi, I have a 3 sheeter excel, what I want is to copy fixed rows from one sheet named: Inv and copy next row each time I click the button from sheet: Details and paste values to specified cells in sheet: Reg. The code I have at present does that however it pastes the formula and not the values...
  6. P

    Paste Special values from individual columns - vba

    Hi I have to copy values from columns A, D and E from one worksheet to the same columns in another worksheet. I want to use vba as its a fiddly process otherwise. It would be easier to copy the whole range of data initially from A to F, but then click a button on the second worksheet to paste...
  7. R

    Copy, past special values, offset 1 column for multiple ranges.

    I am trying to take multiple ranges and essentially copy, paste special values one column over to the left. I’ve tried a few approaches, the lines with apostrophe in front are my failed attempts. Any help is much appreciated. Sub CopyRange_MoveLeft () Dim rngUnion As Range, rng1 As Range...
  8. J

    Special Copy Method???

    Hey guys, I've got the code above, but the problem is that when I copy the cells it's copying the formulas and all the formatting too. How can I tweak it to only copy the values inside? Thank you. Sub cpydat() Dim sh1 As Worksheet, sh2 As Worksheet, lr As Long, rng As Range, c As Range...
  9. P

    Locate excel file, then extract columns, paste special values into a named sheet / tab

    HI Everyone I hope one of you can help me with this, I need to copy columns A-P, then paste special (values only) into another sheet, my problem is the sheet where its going is named however the sheet where it comes from is a system generated name, which is alpha numeric (and not open), the only...
  10. M

    Copy paste special values from any location to any location.

    Hello lovely people, I've had a look for an answer on this but can't find any solution flexible enough. I'm looking for a macro to replace the shortcut Ctrl + CSV. I've recorded the below code however it copies and pastes the selection in place, where as I want it to copy the selection and...
  11. J

    Copy Paste Macro - Which goes to next blank row.

    Hi, I am currently trying to create a macro that copies & paste specials into a row and then repeats this process into the row below and so on... To clarify; The macro would copy cell's A64:B64 then paste special (Values) into cell's D10:E10. This process would then be repeated into the...
  12. M

    formatting question

    Hi all, My software for work allows me to export a sheet as excel, but the numbers are not formatted as numbers. I am attempting to copy a cell with a price which has a "$" in front of it and paste it into a cell in my workbook that will auto sum. I have been successful in getting rid of the "$"...
  13. O

    Paste special in VBA

    Hi, I want to make a macro to just paste values for cells that have been copied manually by the user in another workbook. Sub PasteValues() Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Application.CutCopyMode = False End...
  14. B

    How to prevent somone from Changing the Name Range

    Hi, I have a excel workbook which has a number of name ranges within it which are regonized as part of a macro when it run. The problem i have is that when people fill it in they sometimes Cut&Paste cells over the named cell/range which causes the named range to be edited by the cell that...
  15. J

    Paste Special Values Not Working

    Hey Guys, First time post, Not sure what is going on, Happens all the time but usually just drop it and try something else... I am trying to copy a range of cells and Need to transpose the values. Easy Enough? When I right-click and paste special, it gives me a new window with an array of...
  16. I

    Copy/Paste, Special, Values (almost) freezes Excel 2010

    Hi all, This had me scratching my head: at work, we're using a large-ish .xlsx file, with about 20K rows, with a lot of look-ups and so on. A messy job, but it's being kept in use due to, well, user reluctance to switch to an Access solution. You know the drill. There is a manual operation...

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